diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0135ca9..5f924d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: timeout-minutes: 5 steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - name: Use Node.js uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ef6ff51..bb664fc 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -42,7 +42,7 @@ jobs: needs: [release-please] if: ${{ needs.release-please.outputs.release_created }} steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # Setup .npmrc file to publish to npm - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 with: