diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a70f43..214d953 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: timeout-minutes: 15 steps: - name: Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Bun uses: oven-sh/setup-bun@v2 @@ -33,7 +33,7 @@ jobs: bun-version: ${{ env.BUN_VERSION }} - name: Cache Bun packages - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.bun/install/cache key: bun-${{ runner.os }}-${{ hashFiles('bun.lock') }} @@ -81,7 +81,7 @@ jobs: runner: windows-2025 steps: - name: Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Bun uses: oven-sh/setup-bun@v2 @@ -89,7 +89,7 @@ jobs: bun-version: ${{ env.BUN_VERSION }} - name: Cache Bun packages - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.bun/install/cache key: bun-${{ matrix.id }}-${{ hashFiles('bun.lock') }} @@ -120,7 +120,7 @@ jobs: rustup default stable - name: Cache Cargo packages - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cargo/registry @@ -152,7 +152,7 @@ jobs: channel: ${{ steps.meta.outputs.channel }} steps: - name: Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -192,7 +192,7 @@ jobs: arch: x64 steps: - name: Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install Linux tray dependencies if: runner.os == 'Linux' @@ -261,7 +261,7 @@ jobs: needs: release-dry-run steps: - name: Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Download dry-run platform manifests uses: actions/download-artifact@v8 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9db2434..a45f48c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -72,7 +72,7 @@ jobs: echo "tag=v$VERSION" >> "$GITHUB_OUTPUT" - name: Check out release tag - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: ref: ${{ steps.version.outputs.tag }} fetch-depth: 0 @@ -194,7 +194,7 @@ jobs: contents: write steps: - name: Check out repository - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: ref: ${{ needs.setup.outputs.source_sha }} fetch-depth: 0 @@ -212,7 +212,7 @@ jobs: bun-version: ${{ env.BUN_VERSION }} - name: Cache Bun packages - uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ~/.bun/install/cache key: bun-${{ runner.os }}-${{ hashFiles('bun.lock') }} @@ -292,7 +292,7 @@ jobs: arch: x64 steps: - name: Check out repository - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: ref: ${{ needs.setup.outputs.source_sha }} fetch-depth: 0 @@ -322,7 +322,7 @@ jobs: node-version: ${{ env.NODE_VERSION }} - name: Cache Bun packages - uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ~/.bun/install/cache key: bun-release-${{ matrix.id }}-${{ hashFiles('bun.lock') }} @@ -351,7 +351,7 @@ jobs: rustup default stable - name: Cache Cargo packages - uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: | ~/.cargo/registry @@ -610,7 +610,7 @@ jobs: - runtime-artifacts steps: - name: Check out repository - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: ref: ${{ needs.setup.outputs.source_sha }} fetch-depth: 0