Skip to content

Commit c890ee5

Browse files
build(deps): bump docker/login-action from 1.12.0 to 2.1.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 1.12.0 to 2.1.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@42d299f...f4ef78c) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5dfff8a commit c890ee5

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)