Skip to content

Commit b86c447

Browse files
Bump docker/login-action from 3 to 4 (#387)
* Bump docker/login-action from 3 to 4 Bumps [docker/login-action](https://github.com/docker/login-action) from 3 to 4. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3...v4) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Update NEWS.md for Dependabot PR --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0c5dce7 commit b86c447

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/containers-and-az-pool.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
echo "tag=$BRANCH" >> "$GITHUB_OUTPUT"
8686
8787
- name: Docker Login
88-
uses: docker/login-action@v3
88+
uses: docker/login-action@v4
8989
with:
9090

9191
registry: ghcr.io

NEWS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# CFAEpiNow2Pipeline v0.2.0
22

33
## Features
4+
* dependabot updating package docker/login-action from version 3 to version 4 new
45
* Adding image tag validation when dependabot PRs are opened and automatic update to NEWs md
56
* Add a utility script for reading, preparing, and uploading Rt review decisions
67
* Adjust run trigger for time change

0 commit comments

Comments
 (0)