File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1717
1818 steps :
1919 - name : Checkout repository
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v5
2121
2222 - name : Initialize CodeQL
2323 uses : github/codeql-action/init@v3
Original file line number Diff line number Diff line change 99 deploy :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v5
1313
1414 - name : Install shellcheck and shfmt (used for testing)
1515 run : sudo apt-get install -y shellcheck shfmt
Original file line number Diff line number Diff line change 99 upgrade_tree_sitter :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v5
1313
1414 - uses : pnpm/action-setup@v4
1515 with :
Original file line number Diff line number Diff line change 1212 node-version : [18.x, 20.x]
1313
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616
1717 - name : Install shellcheck and shfmt (used for testing)
1818 run : sudo apt-get install -y shellcheck shfmt
You can’t perform that action at this time.
0 commit comments