Skip to content

Commit 75ef4a5

Browse files
authored
Merge pull request #7 from Sirivasv/dependabot/github_actions/actions/checkout-5
build(deps): bump actions/checkout from 4 to 5
2 parents 30b4cad + 2123b99 commit 75ef4a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dockerhub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
type=semver,pattern={{major}}.{{minor}}
2727
type=semver,pattern={{major}}
2828
- name: Checkout
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v5
3030

3131
- name: Login to Docker Hub
3232
uses: docker/login-action@v3

0 commit comments

Comments
 (0)