File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 pull-requests : write
1919 if : github.actor == 'renovate[bot]' || github.event_name == 'workflow_dispatch'
2020 steps :
21+ # Pinned to v4: hmarr/auto-approve-action has no Node 24 release yet.
22+ # Accept the Node 20 deprecation warning until upstream publishes a new version.
2123 - uses : hmarr/auto-approve-action@v4
2224 with :
2325 review-message : " Auto approved automated PR"
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
1818
1919 - name : Setup Deno
2020 uses : denoland/setup-deno@v2
4545 if : github.ref == 'refs/heads/main'
4646 steps :
4747 - name : Checkout
48- uses : actions/checkout@v4
48+ uses : actions/checkout@v5
4949
5050 - name : Setup Deno
5151 uses : denoland/setup-deno@v2
5656 run : deno task build:linux:x64
5757
5858 - name : Upload binary artifact
59- uses : actions/upload-artifact@v4
59+ uses : actions/upload-artifact@v6
6060 with :
6161 name : stackctl-linux-x64
6262 path : dist/stackctl-linux-x64
Original file line number Diff line number Diff line change @@ -22,14 +22,14 @@ jobs:
2222 os : macos-latest
2323
2424 steps :
25- - uses : actions/checkout@v4
25+ - uses : actions/checkout@v5
2626
2727 - uses : denoland/setup-deno@v2
2828 with :
2929 deno-version : v2.x
3030
3131 - name : Cache Deno dependencies
32- uses : actions/cache@v4
32+ uses : actions/cache@v5
3333 with :
3434 path : |
3535 ~/.cache/deno
5050 working-directory : dist
5151 run : shasum -a 256 "stackctl-${{ github.ref_name }}-${{ matrix.target }}.tar.gz" > "stackctl-${{ github.ref_name }}-${{ matrix.target }}.tar.gz.sha256"
5252
53- - uses : actions/upload-artifact@v4
53+ - uses : actions/upload-artifact@v6
5454 with :
5555 name : ${{ matrix.target }}
5656 path : |
6464 permissions :
6565 contents : write
6666 steps :
67- - uses : actions/checkout@v4
67+ - uses : actions/checkout@v5
6868
69- - uses : actions/download-artifact@v4
69+ - uses : actions/download-artifact@v7
7070 with :
7171 pattern : " *"
7272 path : dist/
7777 run : shasum -a 256 stackctl-*.tar.gz > checksums.txt
7878
7979 - name : Create Release
80- uses : softprops/action-gh-release@v2
80+ uses : softprops/action-gh-release@v3
8181 with :
8282 files : |
8383 dist/stackctl-*.tar.gz
Original file line number Diff line number Diff line change 1515 issues : write
1616 pull-requests : write
1717 steps :
18- - uses : actions/stale@v9
18+ - uses : actions/stale@v10
1919 with :
2020 stale-issue-label : " :sleeping: stale"
2121 stale-issue-message : >
Original file line number Diff line number Diff line change 2121 contents : write
2222 steps :
2323 - name : Checkout repository
24- uses : actions/checkout@v4
24+ uses : actions/checkout@v5
2525 with :
2626 ref : main
2727
You can’t perform that action at this time.
0 commit comments