Skip to content

Commit 866432c

Browse files
authored
Merge pull request #1 from svasek/dependabot/github_actions/actions/checkout-5
build(deps): bump actions/checkout from 4 to 5
2 parents ed2b2ed + fd3bffb commit 866432c

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@v4
33+
uses: actions/checkout@v5
3434

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

0 commit comments

Comments
 (0)