Skip to content

Commit 20cda78

Browse files
authored
Merge pull request #3 from techquestsdev/dependabot/github_actions/docker/login-action-4
chore(deps): bump docker/login-action from 3 to 4
2 parents 32e69af + c2d0c6c commit 20cda78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: echo "version=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
2121

2222
- name: Log in to GHCR
23-
uses: docker/login-action@v3
23+
uses: docker/login-action@v4
2424
with:
2525
registry: ghcr.io
2626
username: ${{ github.actor }}

0 commit comments

Comments
 (0)