Skip to content

Commit 1c25b51

Browse files
committed
Merge branch 'dependabot/github_actions/maint-26/github-actions-f5ea2a649e' into maint-26
* dependabot/github_actions/maint-26/github-actions-f5ea2a649e: build(deps): bump the github-actions group across 2 directories with 1 update
2 parents 3445ea5 + e4b5a53 commit 1c25b51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/build-base-image/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ runs:
3434
key: ${{ runner.os }}-${{ hashFiles('.github/dockerfiles/Dockerfile.ubuntu-base', '.github/scripts/build-base-image.sh') }}-${{ steps.date.outputs.date }}-${{ hashFiles('OTP_VERSION') }}
3535

3636
- name: Docker login
37-
uses: docker/login-action@v3.3.0
37+
uses: docker/login-action@v3.4.0
3838
with:
3939
registry: ghcr.io
4040
username: ${{ github.repository_owner }}

.github/workflows/update-base.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
shell: bash
3737
run: .github/scripts/cleanup_gh_runner.sh
3838
- name: Docker login
39-
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # ratchet:docker/login-action@v3.3.0
39+
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # ratchet:docker/login-action@v3.4.0
4040
with:
4141
registry: ghcr.io
4242
username: ${{ github.actor }}

0 commit comments

Comments
 (0)