Skip to content

Commit 62306fa

Browse files
authored
Merge pull request #2 from svasek/dependabot/github_actions/actions/checkout-6
build(deps): bump actions/checkout from 5 to 6
2 parents 30daa4e + 80b319e commit 62306fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
# Checkout the repository
3131
# https://github.com/actions/checkout
3232
- name: Checkout repository
33-
uses: actions/checkout@v5
33+
uses: actions/checkout@v6
3434

3535
# Login against a Docker registry except on PR
3636
# https://github.com/docker/login-action

0 commit comments

Comments
 (0)