diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f251631..157bac6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,10 +11,10 @@ jobs: name: "IntentProof CI: Build and Test" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Checkout intentproof-tools (SPEC_REF source) - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: IntentProof/intentproof-tools ref: main @@ -31,7 +31,7 @@ jobs: echo "ref=$ref" >> "$GITHUB_OUTPUT" - name: Checkout intentproof-spec at pinned ref - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: IntentProof/intentproof-spec ref: ${{ steps.spec_ref.outputs.ref }} diff --git a/.github/workflows/release-npm.yml b/.github/workflows/release-npm.yml index 8e5f3df..efbb99f 100644 --- a/.github/workflows/release-npm.yml +++ b/.github/workflows/release-npm.yml @@ -36,12 +36,12 @@ jobs: name: "IntentProof Release: Test npm Package" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: ${{ github.event_name == 'workflow_dispatch' && inputs.release_ref || github.ref }} - name: Checkout intentproof-tools (SPEC_REF source) - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: IntentProof/intentproof-tools ref: main @@ -58,7 +58,7 @@ jobs: echo "ref=$ref" >> "$GITHUB_OUTPUT" - name: Checkout intentproof-spec at pinned ref - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: IntentProof/intentproof-spec ref: ${{ steps.spec_ref.outputs.ref }} @@ -92,7 +92,7 @@ jobs: release_version: ${{ steps.release.outputs.release_version }} npm_dist_tag: ${{ steps.release.outputs.npm_dist_tag }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: ${{ github.event_name == 'workflow_dispatch' && inputs.release_ref || github.ref }} @@ -172,7 +172,7 @@ jobs: contents: read id-token: write steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: ${{ needs.pack.outputs.release_ref }}