Skip to content

Commit d4516bb

Browse files
authored
Merge pull request #554 from OpenConext/dependabot/github_actions/github-actions-76468cb07f
Bump actions/checkout from 5 to 6 in the github-actions group
2 parents 93b57a8 + 63a43e1 commit d4516bb

2 files changed

Lines changed: 2 additions & 2 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
@@ -13,7 +13,7 @@ jobs:
1313
packages: write
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v5
16+
uses: actions/checkout@v6
1717

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

.github/workflows/test-integration.yml

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

1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020

2121
- name: Composer install
2222
run: composer install

0 commit comments

Comments
 (0)