Skip to content

Commit 8acd62d

Browse files
authored
Merge pull request openwallet-foundation#16 from hyperledger/dependabot/github_actions/all-actions-e9b8c952df
chore(deps): Bump the all-actions group with 6 updates
2 parents 02fa9a2 + 1cef6dc commit 8acd62d

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/publish-image.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-latest
3333
steps:
3434
- name: Checkout
35-
uses: actions/checkout@v3
35+
uses: actions/checkout@v4
3636
with:
3737
ref: ${{ inputs.ref || '' }}
3838

@@ -42,34 +42,34 @@ jobs:
4242
echo "repo-owner=${GITHUB_REPOSITORY_OWNER,,}" >> $GITHUB_OUTPUT
4343
4444
- name: Cache Docker layers
45-
uses: actions/cache@v3
45+
uses: actions/cache@v4
4646
with:
4747
path: /tmp/.buildx-cache
4848
key: ${{ runner.os }}-buildx-${{ github.sha }}
4949
restore-keys: |
5050
${{ runner.os }}-buildx-
5151
5252
- name: Set up Docker Buildx
53-
uses: docker/setup-buildx-action@v2
53+
uses: docker/setup-buildx-action@v3
5454

5555
- name: Log in to the GitHub Container Registry
56-
uses: docker/login-action@v2
56+
uses: docker/login-action@v3
5757
with:
5858
registry: ghcr.io
5959
username: ${{ github.repository_owner }}
6060
password: ${{ secrets.GITHUB_TOKEN }}
6161

6262
- name: Setup Image Metadata
6363
id: meta
64-
uses: docker/metadata-action@v4
64+
uses: docker/metadata-action@v5
6565
with:
6666
images: |
6767
ghcr.io/${{ steps.info.outputs.repo-owner }}/aries-socketdock
6868
tags: |
6969
type=raw,value=${{ inputs.tag || github.event.release.tag_name }}
7070
7171
- name: Build and Push Image to ghcr.io
72-
uses: docker/build-push-action@v3
72+
uses: docker/build-push-action@v5
7373
with:
7474
push: true
7575
context: .

0 commit comments

Comments
 (0)