Skip to content

Commit b2e1221

Browse files
Update actions/checkout action to v4
1 parent b95e544 commit b2e1221

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
timeout-minutes: 3
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
1616
- name: Install
1717
run: yarn
1818
- name: Lint

.github/workflows/commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
DEBUG: true
2626
steps:
2727
- name: Checkout
28-
uses: actions/checkout@v2
28+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
2929
with:
3030
fetch-depth: 0
3131
persist-credentials: false

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
timeout-minutes: 10
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
1515
with:
1616
# This makes Actions fetch all Git history so that Changesets can
1717
# generate changelogs with the correct commits.

0 commit comments

Comments
 (0)