Skip to content

Commit b202c58

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 71f4e0e commit b202c58

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

@@ -218,7 +218,7 @@ jobs:
218218
steps:
219219

220220
- name: Checkout
221-
uses: actions/checkout@v3
221+
uses: actions/checkout@v4
222222
with:
223223
fetch-depth: 0
224224

0 commit comments

Comments
 (0)