Browse Source

chore(deps): pin docker/login-action action to 343f7c4

pull/894/head
renovate[bot] 1 year ago committed by GitHub
parent
commit
44e3780c95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/dart.yml
  2. 2
      .github/workflows/publish.yaml

2
.github/workflows/dart.yml

@ -19,7 +19,7 @@ jobs:
- name: Checkout
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- name: Login to GHCR
uses: docker/login-action@v3
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3
with:
registry: ghcr.io
username: ${{ github.actor }}

2
.github/workflows/publish.yaml

@ -150,7 +150,7 @@ jobs:
- name: Checkout
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- name: Login to GHCR
uses: docker/login-action@v3
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3
with:
registry: ghcr.io
username: ${{ github.actor }}

Loading…
Cancel
Save