Skip to content

Commit 9d6483b

Browse files
authored
Merge pull request #13 from cookielab/renovate/actions-checkout-6.x
chore(deps): update actions/checkout action to v6
2 parents 824a9f3 + 50490f1 commit 9d6483b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
packages: write
2020
steps:
2121
- name: Checkout repository
22-
uses: actions/checkout@v5
22+
uses: actions/checkout@v6
2323

2424
- name: Login to Docker Hub
2525
uses: docker/login-action@v3

0 commit comments

Comments
 (0)