Skip to content

Commit

Permalink
chore: upgrade actions/checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
doitian authored Nov 19, 2024
1 parent 4ec2c68 commit b14e521
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
uses: docker/setup-qemu-action@v3

- name: Checkout CKB
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: nervosnetwork/ckb
path: ckb
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: python3 gen-dockerfiles
- run: git diff --exit-code

0 comments on commit b14e521

Please sign in to comment.