@@ -32,23 +32,23 @@ jobs:
3232 asset : rb-windows-x64
3333 ext : .zip
3434 steps :
35- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
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@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
41+ - uses : pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
4242
43- - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 .4.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@e8998f949152b193b063cb0ec769d69d929409be # v2.4 .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@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
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@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
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@3bb12739c298aeb8a4eeaf626c5b8d85266b0e65 # v2.6.2
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