Skip to content

Commit a9ebdbd

Browse files
Update actions/checkout action to v6
1 parent 1ac4ab3 commit a9ebdbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v5
23+
uses: actions/checkout@v6
2424
- name: Set up Docker Buildx
2525
uses: docker/setup-buildx-action@v3
2626
- name: Tests of actinia-module-plugin
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-latest
4040
steps:
4141
- name: Checkout
42-
uses: actions/checkout@v5
42+
uses: actions/checkout@v6
4343
- name: Set up Docker Buildx
4444
uses: docker/setup-buildx-action@v3
4545
- name: Replace run integration test command

0 commit comments

Comments
 (0)