Skip to content

Commit bf9f476

Browse files
chore(deps): update actions/checkout action to v4
1 parent bb1b96a commit bf9f476

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
runs-on: ubuntu-latest
4343
name: Lint & Build
4444
steps:
45-
- uses: actions/checkout@v3
45+
- uses: actions/checkout@v4
4646
- uses: actions/setup-node@v3
4747
with:
4848
cache: npm
@@ -82,7 +82,7 @@ jobs:
8282
run: |
8383
git config --global core.autocrlf false
8484
git config --global core.eol lf
85-
- uses: actions/checkout@v3
85+
- uses: actions/checkout@v4
8686
- uses: actions/setup-node@v3
8787
with:
8888
cache: npm
@@ -97,7 +97,7 @@ jobs:
9797
runs-on: ubuntu-latest
9898
name: Semantic release
9999
steps:
100-
- uses: actions/checkout@v3
100+
- uses: actions/checkout@v4
101101
with:
102102
# Need to fetch entire commit history to
103103
# analyze every commit since last release

0 commit comments

Comments
 (0)