We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ac4ab3 commit a9ebdbdCopy full SHA for a9ebdbd
.github/workflows/test.yml
@@ -20,7 +20,7 @@ jobs:
20
runs-on: ubuntu-latest
21
steps:
22
- name: Checkout
23
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
24
- name: Set up Docker Buildx
25
uses: docker/setup-buildx-action@v3
26
- name: Tests of actinia-module-plugin
@@ -39,7 +39,7 @@ jobs:
39
40
41
42
43
44
45
- name: Replace run integration test command
0 commit comments