summaryrefslogtreecommitdiff
path: root/.github/workflows/commit-queue.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/commit-queue.yml')
-rw-r--r--.github/workflows/commit-queue.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/commit-queue.yml b/.github/workflows/commit-queue.yml
index c469c8810d..009a1719f7 100644
--- a/.github/workflows/commit-queue.yml
+++ b/.github/workflows/commit-queue.yml
@@ -58,7 +58,7 @@ jobs:
if: needs.get_mergeable_prs.outputs.numbers != ''
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
+ - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
with:
# Needs the whole git history for ncu to work
# See https://github.com/nodejs/node-core-utils/pull/486