Skip to content

Commit c876098

Browse files
Bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 95c8760 commit c876098

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
steps:
3535
- name: Checkout (with LFS)
36-
uses: actions/checkout@v4
36+
uses: actions/checkout@v6
3737
with:
3838
lfs: true
3939

@@ -137,7 +137,7 @@ jobs:
137137

138138
steps:
139139
- name: Checkout (with LFS)
140-
uses: actions/checkout@v4
140+
uses: actions/checkout@v6
141141
with:
142142
lfs: true
143143

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323

2424
steps:
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v6
2626

2727
- name: Set up Python 3.12
2828
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)