Skip to content

Commit 86feb50

Browse files
chore(deps): pin dependencies (#2894)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0cc7ec8 commit 86feb50

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626

2727
steps:
2828
- name: Checkout out code
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3030
with:
3131
fetch-depth: 0
3232

3333
- name: Cache turbo build setup
34-
uses: actions/cache@v4
34+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
3535
with:
3636
path: .turbo
3737
key: ${{ runner.os }}-turbo-${{ github.sha }}
@@ -62,12 +62,12 @@ jobs:
6262

6363
steps:
6464
- name: Checkout Master
65-
uses: actions/checkout@v4
65+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
6666
with:
6767
fetch-depth: 0
6868

6969
- name: Cache turbo build setup
70-
uses: actions/cache@v4
70+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
7171
with:
7272
path: .turbo
7373
key: ${{ runner.os }}-turbo-${{ github.sha }}

.github/workflows/website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
'push'
1515
steps:
1616
- name: checkout
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1818
with:
1919
fetch-depth: 0
2020

0 commit comments

Comments
 (0)