Skip to content

Commit 328eeba

Browse files
Bump actions/checkout from 5.0.0 to 5.0.1 (#2886)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5.0.0...v5.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9108781 commit 328eeba

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- &checkout
2828
name: Check out code from GitHub
29-
uses: actions/[email protected].0
29+
uses: actions/[email protected].1
3030
- &setup-python-default
3131
name: Set up Python ${{ env.DEFAULT_PYTHON }}
3232
id: python

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
steps:
4848
- name: Checkout repository
49-
uses: actions/[email protected].0
49+
uses: actions/[email protected].1
5050

5151
# Initializes the CodeQL tools for scanning.
5252
- name: Initialize CodeQL

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
if: github.event_name == 'release'
1919
steps:
2020
- name: Check out code from Github
21-
uses: actions/[email protected].0
21+
uses: actions/[email protected].1
2222
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
2323
id: python
2424
uses: actions/[email protected]

0 commit comments

Comments
 (0)