Skip to content

Commit c4b8e46

Browse files
chore(deps): update actions/checkout digest to b4ffde6 (#127)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ea0f598 commit c4b8e46

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout Repo
18-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
18+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
1919
with:
2020
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
2121
fetch-depth: 0

.github/workflows/snapshot-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
17+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
1818
with:
1919
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
2020
fetch-depth: 0

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
node_version: [ 16, 18, 20 ]
1212
steps:
1313
- name: checkout
14-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
14+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
1515
- name: setup Node.js ${{ matrix.node_version }}
1616
uses: actions/setup-node@v4
1717
with:

.github/workflows/website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
deploy:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
12+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
1313
- name: Setup Node.js
1414
uses: actions/setup-node@v4
1515
with:

0 commit comments

Comments
 (0)