Skip to content

Commit 140a01d

Browse files
Bump the gh-actions group with 2 updates (#71)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0ab87e8 commit 140a01d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
type=semver,pattern={{version}},enable=${{ steps.image-variables.outputs.is-default }},value=${{ needs.version.outputs.new-version }},priority=800
113113
type=semver,pattern={{version}}-${{ steps.image-variables.outputs.tag }},value=${{ needs.version.outputs.new-version }},priority=500
114114
- name: Setup docker buildx
115-
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349
115+
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5
116116
- name: Login to GHCR
117117
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
118118
with:

.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@5e914681df9dc83aa4e4905692ca88beb2f9e91f
30+
uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f
3131
if: github.ref_name == 'main'
3232
with:
3333
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)