Skip to content

Commit f987f9f

Browse files
Bump the gh-actions group with 5 updates (#151)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 79589ff commit f987f9f

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,14 +110,14 @@ jobs:
110110
- name: Setup docker buildx
111111
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
112112
- name: Login to GHCR
113-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
113+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
114114
with:
115115
registry: ghcr.io
116116
username: ${{ github.actor }}
117117
password: ${{ secrets.GITHUB_TOKEN }}
118118
- name: Build Docker images
119119
id: build
120-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
120+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
121121
with:
122122
# provenance: false is needed to avoid unkown/unknown os/arch on ghcr
123123
# see: https://github.com/docker/build-push-action/issues/820
@@ -131,7 +131,7 @@ jobs:
131131
BASE_IMAGE=${{ matrix.base-image }}
132132
tags: ${{ steps.metadata.outputs.tags }}
133133
labels: ${{ steps.metadata.outputs.labels }}
134-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
134+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
135135
with:
136136
name: ${{ steps.image-variables.outputs.tag }}
137137
path: ${{ steps.metadata.outputs.bake-file }}
@@ -164,7 +164,7 @@ jobs:
164164
git tag ${{ needs.version.outputs.new-version }}
165165
git push origin ${{ needs.version.outputs.new-version }}
166166
- name: Create release
167-
uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2.6.1
167+
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
168168
with:
169169
generate_release_notes: true
170170
tag_name: ${{ needs.version.outputs.new-version }}

.github/workflows/bump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
identity: write
3434

3535
- name: Create pull request
36-
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0
36+
uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1
3737
if: github.ref_name == 'main'
3838
with:
3939
token: ${{ steps.octo-sts.outputs.token }}

0 commit comments

Comments
 (0)