Skip to content

Commit 2b1f2e9

Browse files
chore(deps): update docker/login-action digest to af1e73f
1 parent eb4166d commit 2b1f2e9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
fetch-depth: 0
2626
- name: Login to GHCR
27-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
27+
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4
2828
with:
2929
registry: ghcr.io
3030
username: ${{ github.actor }}

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- name: Checkout
8686
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
8787
- name: Login to GHCR
88-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
88+
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4
8989
with:
9090
registry: ghcr.io
9191
username: ${{ github.actor }}

0 commit comments

Comments
 (0)