Skip to content

Commit dc0dca5

Browse files
authored
Merge pull request #455 from OpenConext/dependabot/github_actions/github-actions-76468cb07f
Bump actions/checkout from 5 to 6 in the github-actions group
2 parents 0502868 + 057c7f9 commit dc0dca5

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
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v5
22+
uses: actions/checkout@v6
2323

2424
- name: Composer install
2525
run: composer install

0 commit comments

Comments
 (0)