Skip to content

Commit 3ca8bff

Browse files
build(deps): bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent dbccafa commit 3ca8bff

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
egress-policy: audit
2626

27-
- uses: actions/checkout@v4 # v3.5.3
27+
- uses: actions/checkout@v5 # v3.5.3
2828
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.1.0
2929
with:
3030
python-version: '3.x'

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-22.04
1515
timeout-minutes: 30
1616
steps:
17-
- uses: actions/checkout@v4 # v3.5.3
17+
- uses: actions/checkout@v5 # v3.5.3
1818
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.1.0
1919
with:
2020
python-version: '3.13'

.github/workflows/update-pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
egress-policy: audit
2828

29-
- uses: actions/checkout@v4 # v3.5.3
29+
- uses: actions/checkout@v5 # v3.5.3
3030

3131
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.1.0
3232
with:

.github/workflows/update-spdx-header.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
egress-policy: audit
2929

30-
- uses: actions/checkout@v4 # v3.5.3
30+
- uses: actions/checkout@v5 # v3.5.3
3131
- name: Update spdx header
3232
run: |
3333
sed -i "s/[0-9]\{4\}/$(date +%Y)/" spdx_header.txt

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ inputs:
3838
runs:
3939
using: 'composite'
4040
steps:
41-
- uses: actions/checkout@v4
41+
- uses: actions/checkout@v5
4242
- uses: actions/[email protected]
4343
with:
4444
python-version: '3.13'

0 commit comments

Comments
 (0)