aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/publish-release.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/publish-release.yml')
-rw-r--r--.github/workflows/publish-release.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml
index c755b046..99d4d426 100644
--- a/.github/workflows/publish-release.yml
+++ b/.github/workflows/publish-release.yml
@@ -15,7 +15,7 @@ jobs:
steps:
- name: Checkout
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0 # we want to push the release branch later
token: ${{ secrets.GH_TOKEN }}
@@ -24,7 +24,7 @@ jobs:
uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
- name: Set node version to 22
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
+ uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version: 22
cache: 'pnpm'