Skip to content

Commit 2b6e6fc

Browse files
Bump the gh-actions group with 3 updates (#91)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3cd90df commit 2b6e6fc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
- name: Setup docker buildx
109109
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
110110
- name: Login to GHCR
111-
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
111+
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
112112
with:
113113
registry: ghcr.io
114114
username: ${{ github.actor }}
@@ -126,7 +126,7 @@ jobs:
126126
BASE_IMAGE=${{ matrix.base-image }}
127127
tags: ${{ steps.metadata.outputs.tags }}
128128
labels: ${{ steps.metadata.outputs.labels }}
129-
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
129+
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
130130
with:
131131
name: ${{ steps.image-variables.outputs.tag }}
132132
path: ${{ steps.metadata.outputs.bake-file }}

.github/workflows/bump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2828

2929
- name: Create pull request
30-
uses: peter-evans/create-pull-request@dd2324fc52d5d43c699a5636bcf19fceaa70c284 # v7.6.0
30+
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.6.0
3131
if: github.ref_name == 'main'
3232
with:
3333
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)