diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9735b11..0f73447 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: matrix: node: [18, 20, 22] steps: - - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - uses: pnpm/action-setup@f40ffcd9367d9f12939873eb1018b921a783ffaa # v4 with: version: 9 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e8cbb8f..789bc82 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: contents: read id-token: write # OIDC for npm Trusted Publishing steps: - - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 # A tag publishes exactly the version the manifest declares; a tag that # disagrees with it is refused instead of shipping the wrong number. - name: Tag must match the manifest version