Skip to content

Commit 278eb78

Browse files
⬆️ Upgrade GitHub Packages (#125)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 46e9d93 commit 278eb78

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/docker.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@ jobs:
1818
uses: actions/checkout@v4
1919

2020
- name: Set up Docker Buildx
21-
uses: docker/setup-buildx-action@v3.10.0
21+
uses: docker/setup-buildx-action@v3.11.1
2222

2323
- name: Log into registry ${{ env.REGISTRY }}
24-
uses: docker/login-action@v3.4.0
24+
uses: docker/login-action@v3.5.0
2525
with:
2626
registry: ${{ env.REGISTRY }}
2727
username: ${{ github.actor }}
2828
password: ${{ secrets.GITHUB_TOKEN }}
2929

3030
- name: Extract Docker metadata
3131
id: meta
32-
uses: docker/metadata-action@v5.7.0
32+
uses: docker/metadata-action@v5.8.0
3333
with:
3434
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
3535
tags: |
@@ -39,7 +39,7 @@ jobs:
3939
type=sha
4040
4141
- name: Build and push Docker image
42-
uses: docker/build-push-action@v6.16.0
42+
uses: docker/build-push-action@v6.18.0
4343
with:
4444
context: .
4545
push: true

.github/workflows/pr_autofixes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: Setup Copywrite
4747
if: steps.check-target.outputs.should_run == 'true'
48-
uses: hashicorp/setup-copywrite@5e3e8a26d7b9f8a508848ad0a069dfd2f7aa5339
48+
uses: hashicorp/setup-copywrite@32f9f1c86f661b8a51100768976a06f1b281a035
4949

5050
- name: Install dependencies
5151
if: steps.check-target.outputs.should_run == 'true'

.github/workflows/quality.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ jobs:
4545
- name: Checkout repository
4646
uses: actions/checkout@v4
4747
- name: Setup Copywrite
48-
uses: hashicorp/setup-copywrite@5e3e8a26d7b9f8a508848ad0a069dfd2f7aa5339
48+
uses: hashicorp/setup-copywrite@32f9f1c86f661b8a51100768976a06f1b281a035
4949
- name: Check Header Compliance
5050
run: copywrite headers --plan --config .copywrite.hcl

0 commit comments

Comments
 (0)