Skip to content

Commit 332b8f3

Browse files
chore(deps): update actions/checkout digest to 8ade135 (#71)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2dd8f2d commit 332b8f3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/NodeCI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
lint:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
13+
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
1414
- uses: actions/setup-node@v3
1515
- name: Install Packages
1616
run: yarn install
@@ -24,7 +24,7 @@ jobs:
2424
matrix:
2525
node-version: [16.x, 18.x, 19.x]
2626
steps:
27-
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
27+
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
2828
- name: Use Node.js ${{ matrix.node-version }}
2929
uses: actions/setup-node@v3
3030
with:
@@ -36,7 +36,7 @@ jobs:
3636
test-and-coverage:
3737
runs-on: ubuntu-latest
3838
steps:
39-
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
39+
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
4040
- uses: actions/setup-node@v3
4141
- name: Install Packages
4242
run: yarn install --ignore-engines

.github/workflows/Release.yml

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

0 commit comments

Comments
 (0)