Skip to content

Commit 9a7226c

Browse files
author
Illia Obukhau
authored
build(deps): bump docker/login-action from 1.12.0 to 2.1.0 (#67)
2 parents abb53f6 + c890ee5 commit 9a7226c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/WebAutomatedTests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: npm install
5959
- name: Login to GitHub Container Registry
6060
if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository
61-
uses: docker/login-action@42d299face0c5c43a0487c477f595ac9cf22f1a7 # v1.12.0
61+
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # v2.1.0
6262
with:
6363
registry: ghcr.io
6464
username: ${{ github.actor }}

.github/workflows/WeeklyWebAutomatedTests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: npm install
3333
- name: Login to GitHub Container Registry
3434
if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository
35-
uses: docker/login-action@42d299face0c5c43a0487c477f595ac9cf22f1a7 # v1.12.0
35+
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # v2.1.0
3636
with:
3737
registry: ghcr.io
3838
username: ${{ github.actor }}

0 commit comments

Comments
 (0)