Skip to content

Commit

Permalink
ci: update action checkout tag
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Jul 29, 2024
1 parent 6e96aac commit 85fbc5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
arch: arm64
fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
if: matrix.arch != 'amd64'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_ffi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Config github actor
run: |
Expand Down

0 comments on commit 85fbc5b

Please sign in to comment.