Skip to content

Commit 7ec7600

Browse files
authored
Merge pull request #18 from mcarbonne/dependabot/github_actions/all-3413760691
Bump the all group with 6 updates
2 parents 5f9b5f9 + 6bc663a commit 7ec7600

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/build-push-latest.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,24 +15,24 @@ jobs:
1515
packages: write
1616
steps:
1717
- name: Check out the repo
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v6
1919
- name: Set up QEMU
2020
if: github.ref_type == 'tag'
21-
uses: docker/setup-qemu-action@v3
21+
uses: docker/setup-qemu-action@v4
2222
- name: Set up Docker Buildx
23-
uses: docker/setup-buildx-action@v3
23+
uses: docker/setup-buildx-action@v4
2424

2525
- name: Log into registry ${{ env.REGISTRY }}
2626
if: github.ref_name == 'main' || github.ref_name == 'dev' || github.ref_type == 'tag'
27-
uses: docker/login-action@v3
27+
uses: docker/login-action@v4
2828
with:
2929
registry: ${{ env.REGISTRY }}
3030
username: ${{ github.actor }}
3131
password: ${{ secrets.GITHUB_TOKEN }}
3232

3333
- name: Extract Docker metadata
3434
id: meta
35-
uses: docker/metadata-action@v5
35+
uses: docker/metadata-action@v6
3636
with:
3737
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
3838
tags: |
@@ -43,7 +43,7 @@ jobs:
4343
type=semver,pattern={{major}}
4444
4545
- name: Build and push
46-
uses: docker/build-push-action@v5
46+
uses: docker/build-push-action@v7
4747
with:
4848
provenance: false
4949
platforms: ${{github.ref_type == 'tag' && 'linux/amd64,linux/arm64,linux/arm/v7' || 'linux/amd64'}}

.github/workflows/shellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Check out the repo
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v6
1414
- name: Run ShellCheck
1515
uses: ludeeus/action-shellcheck@2.0.0
1616
with:

0 commit comments

Comments
 (0)