Skip to content

Commit d253d32

Browse files
authored
Merge pull request #578 from OpenConext/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents e0a2a49 + db874d7 commit d253d32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
mongodb-version: [ 4.4 ]
1919

2020
steps:
21-
- uses: actions/checkout@v5
21+
- uses: actions/checkout@v6
2222

2323
- uses: actions/setup-node@v6
2424
with:

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@v6
1919

2020
- uses: actions/setup-node@v6
2121
with:

0 commit comments

Comments
 (0)