Skip to content

Commit

Permalink
update action checkout version (#949)
Browse files Browse the repository at this point in the history
  • Loading branch information
ping-ke authored Jan 20, 2025
1 parent 242ce0a commit 286cc29
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
container: quarkchaindocker/pyquarkchain:mainnet1.1.1

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install Project Dependencies
run: PYTHONPATH=/code/pyquarkchain pip3 install -e .

Expand All @@ -25,7 +25,7 @@ jobs:
container: quarkchaindocker/pyquarkchain:mainnet1.1.1

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install Project Dependencies
run: PYTHONPATH=/code/pyquarkchain pip3 install -e .

Expand All @@ -38,7 +38,7 @@ jobs:
container: quarkchaindocker/pyquarkchain:mainnet1.1.1

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install Project Dependencies
run: PYTHONPATH=/code/pyquarkchain pip3 install -e .

Expand All @@ -51,7 +51,7 @@ jobs:
container: quarkchaindocker/pyquarkchain:mainnet1.1.1

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install Project Dependencies
run: PYTHONPATH=/code/pyquarkchain pip3 install -e .

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-check-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
timeout-minutes: 4320

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
ref: master

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/qkcli-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ jobs:
mnt-test-using-qkcli:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
# In the future, add it as a submodule
repository: QuarkChain/qkcli
ref: master
token: ${{ secrets.QKCLI_PAT }}
path: qkcli
- uses: actions/setup-go@v2
- uses: actions/setup-go@v5
with:
go-version: "~1.14.4"
- run: go version
Expand Down

0 comments on commit 286cc29

Please sign in to comment.