Skip to content

Commit b105a17

Browse files
authored
Merge pull request #15 from DigitalSlideArchive/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 0026b12 + 7df5470 commit b105a17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
build_and_test:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717
- name: Install fuse
1818
run: sudo apt-get install -y fuse
1919
- name: Set up Python
@@ -31,7 +31,7 @@ jobs:
3131
needs: build_and_test
3232
runs-on: ubuntu-latest
3333
steps:
34-
- uses: actions/checkout@v5
34+
- uses: actions/checkout@v6
3535
with:
3636
fetch-depth: 0
3737
- name: Set up Python

0 commit comments

Comments
 (0)