Skip to content

Commit de76b53

Browse files
chore(deps): update actions/checkout action to v4
1 parent 81a4c98 commit de76b53

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: |
3838
git config --global core.autocrlf false
3939
git config --global core.eol lf
40-
- uses: actions/checkout@v3
40+
- uses: actions/checkout@v4
4141
- uses: actions/setup-node@v3
4242
with:
4343
node-version: ${{ matrix.node-version }}
@@ -50,7 +50,7 @@ jobs:
5050
runs-on: ubuntu-latest
5151
if: inputs.release == true
5252
steps:
53-
- uses: actions/checkout@v3
53+
- uses: actions/checkout@v4
5454
with:
5555
# Need to fetch entire commit history to
5656
# analyze every commit since last release

.github/workflows/yalc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Update .yalc generated code for the test-studio
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
- uses: actions/setup-node@v3
1818
with:
1919
cache: yarn

0 commit comments

Comments
 (0)