aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/verify-release.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/verify-release.yml')
-rw-r--r--.github/workflows/verify-release.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/verify-release.yml b/.github/workflows/verify-release.yml
index 1c1b191e4..da0c6e568 100644
--- a/.github/workflows/verify-release.yml
+++ b/.github/workflows/verify-release.yml
@@ -22,10 +22,10 @@ jobs:
NODE_VERSION: 20.x
steps:
- name: Checkout
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
+ uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Use Node.js ${{ env.NODE_VERSION }}
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
+ uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
with:
node-version: ${{ env.NODE_VERSION }}