Skip to content

Commit

Permalink
PR-check / update actions/checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
JanneKiiskila committed May 15, 2024
1 parent 0429216 commit cebe014
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/pr-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
run-shellcheck-and-scripts:
runs-on: [ "self-hosted", "client" ]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: shellcheck --version
- name: Shellcheck fw-tools/edge-testnet
run: shellcheck fw-tools/edge-testnet
Expand All @@ -26,7 +26,7 @@ jobs:
run-identity-tool-tests:
runs-on: [ "self-hosted", "client" ]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Run identity-tools tests
run: |
cd identity-tools/test-cases
Expand All @@ -42,7 +42,7 @@ jobs:
env:
PA_TOKEN: ${{ secrets.ACCESS_TOKEN }} # IzumaBOT Access Token
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
# Install pyshcheck tooling
- run: sudo apt install pycodestyle pydocstyle black
# git instead of rules to use access token
Expand All @@ -58,7 +58,7 @@ jobs:
run-edge-testnet:
runs-on: [ "self-hosted", "client" ]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Run edge-testnet
run: fw-tools/edge-testnet
- name: Run edge-testnet as fake snap
Expand All @@ -67,7 +67,7 @@ jobs:
versions-check:
runs-on: [ "self-hosted", "client" ]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: ./check_versions.sh

misspell:
Expand All @@ -82,7 +82,7 @@ jobs:
run-edge-info:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: |
cd edge-info
./edge-info
Expand Down

0 comments on commit cebe014

Please sign in to comment.