diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b138c65..d8b6cde 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -22,7 +22,7 @@ jobs: python -m build . - name: upload client builds - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 with: name: client-builds path: client/dist/* @@ -33,7 +33,7 @@ jobs: python -m build . - name: upload daemon builds - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 with: name: daemon-builds path: daemon/dist/* diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index ba19881..9f71d7c 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -33,7 +33,7 @@ jobs: - name: "Restore cache" id: "restore-cache" - uses: "actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a" # v4.1.2 + uses: "actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57" # v4.2.0 with: # The cache key includes the following to ensure it busts correctly: #