Skip to content

Commit 67931fc

Browse files
Merge pull request #228 from Cosmo-Tech/dependabot/github_actions/docker/login-action-1.14.1
2 parents 72d5999 + abf33dc commit 67931fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_test_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ jobs:
327327
retention-days: 3
328328

329329
- name: Login to GitHub Container Registry
330-
uses: docker/[email protected].0
330+
uses: docker/[email protected].1
331331
if: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/') }}
332332
with:
333333
registry: ghcr.io

0 commit comments

Comments
 (0)