Skip to content

Commit 401cf50

Browse files
authored
Merge pull request #171 from wdhdev/renovate/actions-checkout-5.x
chore(deps): update actions/checkout action to v5
2 parents 5bc0497 + b24bde3 commit 401cf50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323

2424
steps:
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v5
2626

2727
- name: Login to ${{ env.DOCKER_REGISTRY }}
2828
uses: docker/login-action@v3

0 commit comments

Comments
 (0)