Skip to content

Commit 5a318c3

Browse files
authored
Merge pull request #43 from matt-gp/dependabot/github_actions/github-actions-eb2106db19
Bump the github-actions group across 1 directory with 3 updates
2 parents 410f35b + 64ee7dd commit 5a318c3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
retention-days: 90
8282

8383
- name: Set up Docker Buildx
84-
uses: docker/setup-buildx-action@v3
84+
uses: docker/setup-buildx-action@v4
8585
with:
8686
platforms: linux/amd64,linux/arm64
8787
driver-opts: |
@@ -91,7 +91,7 @@ jobs:
9191
run: docker buildx inspect --bootstrap
9292

9393
- name: Log in to GitHub Container Registry
94-
uses: docker/login-action@v3
94+
uses: docker/login-action@v4
9595
with:
9696
registry: ghcr.io
9797
username: ${{ github.actor }}
@@ -112,7 +112,7 @@ jobs:
112112
echo "short_sha=$SHORT_SHA" >> $GITHUB_OUTPUT
113113
114114
- name: Build and push Docker image
115-
uses: docker/build-push-action@v6
115+
uses: docker/build-push-action@v7
116116
with:
117117
context: .
118118
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)