Skip to content

Commit 4c4811c

Browse files
authored
Merge pull request #24 from is-a-dev/renovate/actions-checkout-6.x
Update actions/checkout action to v6
2 parents fb3a83b + 6cf6f17 commit 4c4811c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020

2121
steps:
22-
- uses: actions/checkout@v5
22+
- uses: actions/checkout@v6
2323

2424
- name: Build Image
2525
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)