aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/preflight-comment.yml
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-11-02 12:42:25 +0000
committerGitHub <[email protected]>2024-11-02 12:42:25 +0000
commit3c17f2cd8218e774a6198fac48c19e6e7259d4c8 (patch)
tree4fe41e2da0a702dadf2c67ea9a7a57cedcb422cd /.github/workflows/preflight-comment.yml
parent42deb54cdb1019fe5d9e5df10d424c9209e4a845 (diff)
downloadfaker-3c17f2cd8218e774a6198fac48c19e6e7259d4c8.tar.xz
faker-3c17f2cd8218e774a6198fac48c19e6e7259d4c8.zip
chore(deps): update all non-major dependencies (#3236)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/preflight-comment.yml')
-rw-r--r--.github/workflows/preflight-comment.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/preflight-comment.yml b/.github/workflows/preflight-comment.yml
index bb4b1031..ec25271c 100644
--- a/.github/workflows/preflight-comment.yml
+++ b/.github/workflows/preflight-comment.yml
@@ -16,7 +16,7 @@ jobs:
name: 'Comment Code Generation'
steps:
- name: Checkout
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
ref: 'next'
@@ -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'