diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a1b50ed..ee816b9 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -29,7 +29,7 @@ jobs: name: Test runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: ref: ${{ github.event.inputs.ref || github.ref }} @@ -74,7 +74,7 @@ jobs: - package: "@cortexkit/pi-anthropic-auth" workspace: "@cortexkit/pi-anthropic-auth" steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: ref: ${{ github.event.inputs.ref || github.ref }} @@ -129,7 +129,7 @@ jobs: needs: [test] if: github.event_name == 'push' steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Create GitHub Release uses: softprops/action-gh-release@v2