diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 931a9530..11ac6b4b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: # `gh api repos///commits/ --jq '.sha'` — this handles both # lightweight and annotated tags (e.g. `pnpm/action-setup` uses annotated tags, # and `git/refs/tags/` would return its tag-object SHA, not the commit). - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 with: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 03dc2a1a..54d1b75a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -35,7 +35,7 @@ jobs: # `gh api repos///commits/ --jq '.sha'` — this handles both # lightweight and annotated tags (e.g. `pnpm/action-setup` uses annotated tags, # and `git/refs/tags/` would return its tag-object SHA, not the commit). - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 with: