Skip to content

Commit dc43dd0

Browse files
Bump the gh-actions group with 5 updates (#85)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 65c5860 commit dc43dd0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
shell: python
9292
- name: Get docker metadata
9393
id: metadata
94-
uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1
94+
uses: docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7.0
9595
with:
9696
images: |-
9797
ghcr.io/prefix-dev/pixi
@@ -106,7 +106,7 @@ jobs:
106106
type=semver,pattern={{version}},enable=${{ steps.image-variables.outputs.is-default }},value=${{ needs.version.outputs.new-version }},priority=800
107107
type=semver,pattern={{version}}-${{ steps.image-variables.outputs.tag }},value=${{ needs.version.outputs.new-version }},priority=500
108108
- name: Setup docker buildx
109-
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0
109+
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
110110
- name: Login to GHCR
111111
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
112112
with:
@@ -115,7 +115,7 @@ jobs:
115115
password: ${{ secrets.GITHUB_TOKEN }}
116116
- name: Build Docker images
117117
id: build
118-
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0
118+
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
119119
with:
120120
# provenance: false is needed to avoid unkown/unknown os/arch on ghcr
121121
# see: https://github.com/docker/build-push-action/issues/820
@@ -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@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
129+
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
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@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.6.0
30+
uses: peter-evans/create-pull-request@dd2324fc52d5d43c699a5636bcf19fceaa70c284 # v7.6.0
3131
if: github.ref_name == 'main'
3232
with:
3333
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)