Skip to content

Commit 829d0ff

Browse files
authored
Merge pull request #19 from alexiri/renovate/actions-checkout-7.x
Update actions/checkout action to v7
2 parents 53b4e1b + d2de149 commit 829d0ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
id-token: write
1717
steps:
1818
- name: Check out the repo
19-
uses: actions/checkout@v6
19+
uses: actions/checkout@v7
2020

2121
- name: Log in to Docker Hub
2222
uses: docker/login-action@v4

0 commit comments

Comments
 (0)