Skip to content

Commit 5f2ae24

Browse files
authored
Merge pull request #311 from DigitalSlideArchive/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 958fce1 + 34050c6 commit 5f2ae24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- macos-14
2020
- windows-latest
2121
steps:
22-
- uses: actions/checkout@v5
22+
- uses: actions/checkout@v6
2323
with:
2424
lfs: true
2525
# Tags are needed to compute the current version number

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- macos-latest
1616
- windows-latest
1717
steps:
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@v6
1919
with:
2020
# LFS data is not needed for release
2121
lfs: false

0 commit comments

Comments
 (0)