Skip to content

Commit

Permalink
Update to actions checkout v4
Browse files Browse the repository at this point in the history
  • Loading branch information
int-y1 committed May 27, 2024
1 parent 09c9537 commit ba3ed21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
permissions:
packages: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build tier 1 Docker image
run: make TAG=amd64-latest image-tier1
- name: Test tier 1 Docker image
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
permissions:
packages: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build tier 1 Docker image
run: make TAG=aarch64-latest image-tier1
- name: Test tier 1 Docker image
Expand Down

0 comments on commit ba3ed21

Please sign in to comment.