Skip to content

Commit

Permalink
Fix the github action version
Browse files Browse the repository at this point in the history
  • Loading branch information
ragul28 committed Dec 28, 2023
1 parent ef479f8 commit 49d2e87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
steps:

- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand All @@ -42,7 +42,7 @@ jobs:
if: github.event_name != 'pull_request'

- name: Build base docker image
uses: docker/build-push-action@5
uses: docker/build-push-action@v5
with:
context: .
file: ./docker-files/base.Dockerfile
Expand All @@ -55,7 +55,7 @@ jobs:
if: github.event_name != 'pull_request'

- name: Set up Docker matrix buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
with:
config-inline: |
[worker.oci]
Expand Down

0 comments on commit 49d2e87

Please sign in to comment.