Skip to content

Commit a7fa4e0

Browse files
chore(deps): 🔗 update all digest updates (#59)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4348c60 commit a7fa4e0

5 files changed

+11
-11
lines changed

.github/workflows/build-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
version: 9.12.0
3232

3333
- name: Setup Node.js
34-
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
34+
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
3535
with:
3636
node-version: '18.20.0'
3737
cache: 'pnpm'

.github/workflows/generators-integration-tests.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -71,19 +71,19 @@ jobs:
7171
with:
7272
fetch-depth: 0
7373
- name: Setup node
74-
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
74+
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
7575
with:
7676
node-version: '18.20.0'
7777
- uses: pnpm/action-setup@v4
7878
with:
7979
version: 9.12.0
8080
- name: Restore cached npm dependencies
81-
uses: actions/cache/restore@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
81+
uses: actions/cache/restore@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3
8282
with:
8383
path: node_modules
8484
key: npm-dependencies-${{ hashFiles('pnpm-lock.yaml') }}
8585
- name: Restore cached Cypress binary
86-
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
86+
uses: actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3
8787
with:
8888
path: ~/.cache/Cypress
8989
key: cypress-cache-${{ hashFiles('pnpm-lock.yaml') }}
@@ -93,12 +93,12 @@ jobs:
9393
run: |
9494
npx cypress install
9595
- name: Cache npm dependencies
96-
uses: actions/cache/save@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
96+
uses: actions/cache/save@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3
9797
with:
9898
path: node_modules
9999
key: npm-dependencies-${{ hashFiles('pnpm-lock.yaml') }}
100100
- name: Cache Cypress binary
101-
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
101+
uses: actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3
102102
with:
103103
path: ~/.cache/Cypress
104104
key: cypress-cache-${{ hashFiles('pnpm-lock.yaml') }}

.github/workflows/npm-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
version: 9.12.0
4949

5050
- name: Setup Node.js
51-
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
51+
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
5252
with:
5353
node-version: '18.20.0'
5454
registry-url: https://registry.npmjs.org

.github/workflows/pr-checks.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,21 @@ jobs:
1414
with:
1515
fetch-depth: 0
1616
- name: Setup node
17-
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
17+
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
1818
with:
1919
node-version: '18.20.0'
2020
- uses: pnpm/action-setup@v4
2121
with:
2222
version: 9.12.0
2323
- name: Restore cached npm dependencies
24-
uses: actions/cache/restore@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
24+
uses: actions/cache/restore@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3
2525
with:
2626
path: node_modules
2727
key: npm-dependencies-${{ hashFiles('pnpm-lock.yaml') }}
2828
- name: Install dependencies
2929
run: pnpm install --frozen-lockfile
3030
- name: Cache npm dependencies
31-
uses: actions/cache/save@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
31+
uses: actions/cache/save@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3
3232
with:
3333
path: node_modules
3434
key: npm-dependencies-${{ hashFiles('pnpm-lock.yaml') }}

.github/workflows/release-drafter.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
# Drafts your next Release notes as Pull Requests are merged into "master"
22-
- uses: release-drafter/release-drafter@3f0f87098bd6b5c5b9a36d49c41d998ea58f9348 # v6
22+
- uses: release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5 # v6
2323
env:
2424
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)