Skip to content

Commit 73a455c

Browse files
authored
Merge pull request #205 from wdhdev/renovate/actions-checkout-5.x
chore(deps): update actions/checkout action to v5
2 parents 8e75b4b + 2e3280a commit 73a455c

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)