File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6565
6666 steps :
6767 # Check out
68- - uses : actions/checkout@v5
68+ - uses : actions/checkout@v6
6969 with :
7070 fetch-depth : 100
7171 token : ${{ secrets.REPO_TOKEN }}
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 # Check out
11- - uses : actions/checkout@v5
11+ - uses : actions/checkout@v6
1212 with :
1313 fetch-depth : 100
1414
Original file line number Diff line number Diff line change 1616 outputs :
1717 changes_found : ${{ steps.check_changes.outputs.changes_found }}
1818 steps :
19- - uses : actions/checkout@v5
19+ - uses : actions/checkout@v6
2020 with :
2121 fetch-depth : 2
2222
4141 if : needs.check.outputs.changes_found == 'true'
4242 runs-on : ubuntu-latest
4343 steps :
44- - uses : actions/checkout@v5
44+ - uses : actions/checkout@v6
4545 with :
4646 fetch-depth : 100
4747 token : ${{ secrets.REPO_TOKEN }}
9898 if : needs.check.outputs.changes_found == 'true'
9999 runs-on : ubuntu-latest
100100 steps :
101- - uses : actions/checkout@v5
101+ - uses : actions/checkout@v6
102102 with :
103103 fetch-depth : 100
104104 token : ${{ secrets.REPO_TOKEN }}
Original file line number Diff line number Diff line change 1010 env :
1111 YARN_ENABLE_HARDENED_MODE : 0
1212 steps :
13- - uses : actions/checkout@v5
13+ - uses : actions/checkout@v6
1414 - name : Setup Node.js environment
1515 uses : actions/setup-node@v5
1616 with :
5050 ETHERSCAN_API_KEY : ${{ secrets.ETHERSCAN_API_KEY }}
5151 YARN_ENABLE_HARDENED_MODE : 0
5252 steps :
53- - uses : actions/checkout@v5
53+ - uses : actions/checkout@v6
5454
5555 - name : Enable btree btree_gist
5656 run : psql "postgresql://$DB_USER:$DB_PASS@$DB_HOST:$DB_PORT/$DB_DATABASE" -c "CREATE EXTENSION IF NOT EXISTS btree_gist;"
Original file line number Diff line number Diff line change 2424 outputs :
2525 commit-message : ${{ steps.get_commit_message.outputs.commit-message }}
2626 steps :
27- - uses : actions/checkout@v5
27+ - uses : actions/checkout@v6
2828 with :
2929 fetch-depth : 0
3030
5858 changed-query : ${{ steps.changed-query.outputs.changed }}
5959 changed-testing : ${{ steps.changed-testing.outputs.changed }}
6060 steps :
61- - uses : actions/checkout@v5
61+ - uses : actions/checkout@v6
6262 with :
6363 fetch-depth : 100 # Needed to detect changes by having commit history
6464
@@ -121,7 +121,7 @@ jobs:
121121 && github.repository == 'subquery/subql'
122122 runs-on : ubuntu-latest
123123 steps :
124- - uses : actions/checkout@v5
124+ - uses : actions/checkout@v6
125125 with :
126126 fetch-depth : 0
127127
@@ -218,7 +218,7 @@ jobs:
218218 && github.repository == 'subquery/subql'
219219 runs-on : ubuntu-latest
220220 steps :
221- - uses : actions/checkout@v5
221+ - uses : actions/checkout@v6
222222 with :
223223 fetch-depth : 0
224224 token : ${{ secrets.REPO_TOKEN }} # Needed to push changes back to repo
Original file line number Diff line number Diff line change 1616 outputs :
1717 changes_found : ${{ steps.check_changes.outputs.changes_found }}
1818 steps :
19- - uses : actions/checkout@v5
19+ - uses : actions/checkout@v6
2020 with :
2121 fetch-depth : 2
2222 - name : Check for package changes and commit message
4040 if : needs.check.outputs.changes_found == 'true'
4141 runs-on : ubuntu-latest
4242 steps :
43- - uses : actions/checkout@v5
43+ - uses : actions/checkout@v6
4444 with :
4545 fetch-depth : 100
4646 token : ${{ secrets.REPO_TOKEN }}
9898 if : needs.check.outputs.changes_found == 'true'
9999 runs-on : ubuntu-latest
100100 steps :
101- - uses : actions/checkout@v5
101+ - uses : actions/checkout@v6
102102 with :
103103 fetch-depth : 100
104104 token : ${{ secrets.REPO_TOKEN }}
You can’t perform that action at this time.
0 commit comments