Skip to content

Commit c348d24

Browse files
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fd7a273 commit c348d24

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919

2020
- name: Checkout
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v4
2222
with:
2323
fetch-depth: 1
2424

@@ -49,7 +49,7 @@ jobs:
4949
steps:
5050

5151
- name: Checkout
52-
uses: actions/checkout@v3
52+
uses: actions/checkout@v4
5353
with:
5454
fetch-depth: 1
5555

@@ -78,7 +78,7 @@ jobs:
7878
steps:
7979

8080
- name: Checkout
81-
uses: actions/checkout@v3
81+
uses: actions/checkout@v4
8282
with:
8383
fetch-depth: 1
8484

@@ -102,7 +102,7 @@ jobs:
102102
steps:
103103

104104
- name: Checkout
105-
uses: actions/checkout@v3
105+
uses: actions/checkout@v4
106106
with:
107107
fetch-depth: 1
108108

@@ -148,7 +148,7 @@ jobs:
148148
steps:
149149

150150
- name: Checkout
151-
uses: actions/checkout@v3
151+
uses: actions/checkout@v4
152152
with:
153153
fetch-depth: 0
154154

@@ -220,7 +220,7 @@ jobs:
220220
steps:
221221

222222
- name: Checkout
223-
uses: actions/checkout@v3
223+
uses: actions/checkout@v4
224224
with:
225225
fetch-depth: 0
226226

0 commit comments

Comments
 (0)