Skip to content

Commit

Permalink
updating github actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
yajith committed Apr 11, 2024
1 parent e5f4df8 commit 2b2d3ed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dev.workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
name: staging
steps:
- name: checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4.1.1
# https://github.com/docker/setup-qemu-action
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
uses: docker/setup-qemu-action@v3.0.0
# https://github.com/docker/setup-buildx-action
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v3.0.0
with:
driver-opts: image=moby/buildkit:v0.10.6
- name: login to docker hub
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/prod.workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ jobs:
name: production
steps:
- name: checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4.1.1
with:
ref: ${{ github.event.inputs.release_branch }}
# https://github.com/docker/setup-qemu-action
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
uses: docker/setup-qemu-action@v3.0.0
# https://github.com/docker/setup-buildx-action
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v3.0.0
with:
driver-opts: image=moby/buildkit:v0.10.6
- name: login to docker hub
Expand Down

0 comments on commit 2b2d3ed

Please sign in to comment.