Bump actions/checkout from 2 to 3 (#14615)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] committed
Feb 27, 2023 at 11:27 UTC
732654d592a3d49c8f1a154a8d4bb3c475e027d9
1 file changed
+4
-4
.github/workflows/release.yml
+4
-4
@@ -29,7 +29,7 @@ jobs:
29
steps:
30
- name: Checkout
31
id: checkout
32
- uses: actions/checkout@v2
32
+ uses: actions/checkout@v3
33
with:
34
fetch-depth: 0
35
submodules: recursive
@@ -116,7 +116,7 @@ jobs:
116
steps:
117
- name: Checkout
118
id: checkout
119
- uses: actions/checkout@v2
119
+ uses: actions/checkout@v3
120
with:
121
ref: ${{ needs.update-changelogs.outputs.ref }}
122
- name: Trigger build
@@ -151,7 +151,7 @@ jobs:
151
steps:
152
- name: Checkout
153
id: checkout
154
- uses: actions/checkout@v2
154
+ uses: actions/checkout@v3
155
with:
156
ref: ${{ needs.update-changelogs.outputs.ref }}
157
- name: Trigger build
@@ -186,7 +186,7 @@ jobs:
186
steps:
187
- name: Checkout
188
id: checkout
189
- uses: actions/checkout@v2
189
+ uses: actions/checkout@v3
190
with:
191
ref: ${{ needs.update-changelogs.outputs.ref }}
192
- name: Trigger build