We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fe90ca3 + c9e1df4 commit ff63557Copy full SHA for ff63557
2 files changed
.github/workflows/build-push-test-docker-image.yml
@@ -13,7 +13,7 @@ jobs:
13
packages: write
14
steps:
15
- name: Checkout
16
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
17
18
- name: Build the app
19
uses: openconext/build-and-publish-test-container/php82-node20@main
.github/workflows/test-integration.yml
@@ -6,10 +6,10 @@ jobs:
6
timeout-minutes: 30
7
8
9
10
11
- name: Checkout devconf
12
with:
repository: OpenConext/OpenConext-devconf
ref: main
0 commit comments