diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9f0375a..b138c65 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -7,10 +7,10 @@ jobs: build-dists: runs-on: ubuntu-latest steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Setup Python - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0 + uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0 with: python-version: "3.12" @@ -22,7 +22,7 @@ jobs: python -m build . - name: upload client builds - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: client-builds path: client/dist/* @@ -33,7 +33,7 @@ jobs: python -m build . - name: upload daemon builds - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: daemon-builds path: daemon/dist/* diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 6daf2b0..ba19881 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -13,11 +13,11 @@ jobs: steps: - name: "Checkout the repo" - uses: "actions/checkout@d632683dd7b4114ad314bca15554477dd762a938" # v4.2.0 + uses: "actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683" # v4.2.2 - name: "Setup Python" id: "setup-python" - uses: "actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3" # v5.2.0 + uses: "actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b" # v5.3.0 with: python-version: | 3.8 @@ -33,7 +33,7 @@ jobs: - name: "Restore cache" id: "restore-cache" - uses: "actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9" # v4.0.2 + uses: "actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a" # v4.1.2 with: # The cache key includes the following to ensure it busts correctly: #