Skip to content

Commit 07caa4c

Browse files
chore(deps): update docker/login-action action to v4
1 parent ea3d36f commit 07caa4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/development.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
echo "SHORT_SHA=`echo ${GITHUB_SHA} | cut -c1-8`" >> $GITHUB_ENV
1919
2020
- name: Login to GitHub Container Registry
21-
uses: docker/login-action@v3
21+
uses: docker/login-action@v4
2222
with:
2323
registry: ghcr.io
2424
username: ${{ github.actor }}

.github/workflows/production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v4.3.1
1717

1818
- name: Login to GitHub Container Registry
19-
uses: docker/login-action@v3
19+
uses: docker/login-action@v4
2020
with:
2121
registry: ghcr.io
2222
username: ${{ github.actor }}

0 commit comments

Comments
 (0)