Skip to content

Commit fc7166a

Browse files
authored
Merge pull request #97 from JobDoesburg/dependabot/github_actions/actions-f8446032c5
Bump the actions group with 5 updates
2 parents cbfbfbd + 59b598c commit fc7166a

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build-and-push.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,20 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Checkout repository
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v6
2525

2626
- name: Set up Docker Buildx
27-
uses: docker/setup-buildx-action@v3
27+
uses: docker/setup-buildx-action@v4
2828

2929
- name: Log in to GHCR
30-
uses: docker/login-action@v3
30+
uses: docker/login-action@v4
3131
with:
3232
registry: ghcr.io
3333
username: ${{ github.repository_owner }}
3434
password: ${{ secrets.GITHUB_TOKEN }}
3535

3636
- id: meta
37-
uses: docker/metadata-action@v5
37+
uses: docker/metadata-action@v6
3838
with:
3939
images: ghcr.io/${{ github.repository_owner }}/landolfio
4040
# Tag strategy:
@@ -49,7 +49,7 @@ jobs:
4949
type=raw,value=latest,enable=${{ github.event_name == 'release' && github.event.release.prerelease == false }}
5050
5151
- name: Build and push
52-
uses: docker/build-push-action@v6
52+
uses: docker/build-push-action@v7
5353
with:
5454
context: .
5555
push: true

.github/workflows/deploy.yaml

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

2121
steps:
2222
- name: "Checkout the triggering commit"
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v6
2424
with:
2525
ref: ${{ github.event.workflow_run.head_sha }}
2626

0 commit comments

Comments
 (0)