Skip to content

Commit 2e8edc3

Browse files
authored
Merge pull request #15 from getlocalcert/renovate/actions-checkout-5.x
chore(deps): update actions/checkout action to v5
2 parents 2b4dab0 + b1b5289 commit 2e8edc3

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)