Skip to content

Commit edd1625

Browse files
authored
Merge pull request #216 from OpenConext/dependabot/github_actions/github-actions-76468cb07f
Bump actions/checkout from 5 to 6 in the github-actions group
2 parents 310cadc + 11d09d4 commit edd1625

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-push-test-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
packages: write
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v5
15+
uses: actions/checkout@v6
1616

1717
- name: Build the app
1818
uses: openconext/build-and-publish-test-container/php82-node20@main

.github/workflows/test-acceptance.yml

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

1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v5
17+
uses: actions/checkout@v6
1818

1919
- name: Copy certificate material
2020
run: mkdir /config && cp -r ./ci/config/* /config/

.github/workflows/test-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

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

2323
- name: Composer install
2424
run: composer install

0 commit comments

Comments
 (0)