Skip to content

Commit c9578f6

Browse files
authored
Merge pull request #355 from OpenConext/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents d41671c + 552affd commit c9578f6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
matrix:
2121
mongodb-version: [4.4]
2222
steps:
23-
- uses: actions/checkout@v6
23+
- uses: actions/checkout@v7
2424
- uses: supercharge/mongodb-github-action@1.12.1
2525
with:
2626
mongodb-version: ${{ matrix.mongodb-version }}

.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@v6
18+
- uses: actions/checkout@v7
1919

2020
- name: Set up JDK 21
2121
uses: actions/setup-java@v5

0 commit comments

Comments
 (0)