@@ -32,23 +32,23 @@ jobs:
3232 asset : rb-windows-x64
3333 ext : .zip
3434 steps :
35- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2 .2
35+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0 .2
3636
3737 - uses : oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2.2.0
3838 with :
3939 bun-version : 1.3.14
4040
41- - uses : pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
41+ - uses : pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
4242
43- - uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1 .0
43+ - uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
4444 with :
4545 node-version : 20
4646
4747 - name : Get pnpm store directory
4848 shell : bash
4949 run : echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
5050
51- - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
51+ - uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
5252 with :
5353 path : ${{ env.STORE_PATH }}
5454 key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
@@ -82,14 +82,14 @@ jobs:
8282 fi
8383
8484 - name : Attest build provenance
85- uses : actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2 .1.0
85+ uses : actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4 .1.0
8686 with :
8787 subject-path : ${{ matrix.asset }}${{ matrix.ext }}
8888
8989 - name : Generate SHA256
9090 run : shasum -a 256 ${{ matrix.asset }}${{ matrix.ext }} > ${{ matrix.asset }}.sha256
9191
92- - uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
92+ - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
9393 with :
9494 name : ${{ matrix.asset }}
9595 path : |
@@ -102,7 +102,7 @@ jobs:
102102 permissions :
103103 contents : write
104104 steps :
105- - uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
105+ - uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
106106 with :
107107 path : dist
108108
@@ -111,7 +111,7 @@ jobs:
111111 cat dist/*/*.sha256 > checksums.txt
112112 cat checksums.txt
113113
114- - uses : softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8 # v2 .0.9
114+ - uses : softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3 .0.0
115115 with :
116116 tag_name : ${{ github.ref_name }}
117117 name : Rendobar CLI ${{ github.ref_name }}
0 commit comments