Skip to content

Commit 284e3fc

Browse files
authored
Merge pull request #266 from OpenConext/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 02b111b + dd114f8 commit 284e3fc

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@v4
21+
- uses: actions/checkout@v5
2222

2323
- uses: supercharge/mongodb-github-action@1.12.0
2424
with:

.github/workflows/deploy.yml

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

1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818

1919
- name: Set up JDK 21
2020
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)