Skip to content

Commit 9139d52

Browse files
authored
Merge pull request #10 from actinia-org/renovate/actions-checkout-6.x
Update actions/checkout action to v6
2 parents 29fd1a5 + 1af9622 commit 9139d52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
integration-tests:
3636
runs-on: ubuntu-latest
3737
steps:
38-
- uses: actions/checkout@v4
38+
- uses: actions/checkout@v6
3939
- name: Start containers
4040
run: docker compose -f "docker/docker-compose.yml" up -d --build
4141
- name: List running docker

0 commit comments

Comments
 (0)