We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91d5171 commit 0ae581eCopy full SHA for 0ae581e
.github/workflows/ci.yml
@@ -280,7 +280,7 @@ jobs:
280
platforms: arm64
281
282
- name: Login to GitHub Container Registry
283
- uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0
+ uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
284
if: ${{ github.event_name != 'pull_request' }}
285
with:
286
registry: ghcr.io
@@ -357,7 +357,7 @@ jobs:
357
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
358
359
360
361
362
363
username: ${{ github.repository_owner }}
0 commit comments