diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 0adc634..e3d4446 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -17,7 +17,7 @@ jobs: package-name: nodebb-plugin-ws-dice bootstrap-sha: 5736422f4eb86386ea5b154bc4fc99f1f2cff55c # The logic below handles the npm publication: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4 # these if statements ensure that a publication only occurs when # a new release is created: if: ${{ steps.release.outputs.release_created }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fd9bff6..fea6f35 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -62,12 +62,12 @@ jobs: # Maps port 27017 on service container to the host - 27017:27017 steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4 with: repository: NodeBB/NodeBB ref: ${{ matrix.nodebb }} path: nodebb - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4 with: path: tested-plugin - uses: pnpm/action-setup@v2.4.0