Skip to content

Commit ff63557

Browse files
authored
Merge pull request #461 from OpenConext/dependabot/github_actions/github-actions-a331d3ec2d
Bump actions/checkout from 4 to 5 in the github-actions group
2 parents fe90ca3 + c9e1df4 commit ff63557

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

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

.github/workflows/test-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ jobs:
66
timeout-minutes: 30
77
steps:
88
- name: Checkout
9-
uses: actions/checkout@v4
9+
uses: actions/checkout@v5
1010

1111
- name: Checkout devconf
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v5
1313
with:
1414
repository: OpenConext/OpenConext-devconf
1515
ref: main

0 commit comments

Comments
 (0)