Skip to content

Commit e935a7f

Browse files
Bump actions/checkout from 2 to 3
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](actions/checkout@v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 995970c commit e935a7f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@ jobs:
4545

4646
steps:
4747
- name: Checkout mcuboot repository
48-
uses: actions/checkout@v2
48+
uses: actions/checkout@v3
4949
with:
5050
repository: mcu-tools/mcuboot
5151
path: ${{ env.MCUBOOT_PATH }}
5252
ref: v1.8.0 # the patches apply only to this version
5353

5454
- name: Checkout imgtool-packing repository
55-
uses: actions/checkout@v2
55+
uses: actions/checkout@v3
5656
with:
5757
path: ${{ env.IMGTOOL_PACKING_PATH }}
5858

@@ -123,14 +123,14 @@ jobs:
123123
runs-on: ubuntu-latest
124124
steps:
125125
- name: Checkout mcuboot repository
126-
uses: actions/checkout@v2
126+
uses: actions/checkout@v3
127127
with:
128128
repository: mcu-tools/mcuboot
129129
path: ${{ env.MCUBOOT_PATH }}
130130
ref: v1.8.0 # the patches apply only to this version
131131

132132
- name: Checkout imgtool-packing repository
133-
uses: actions/checkout@v2
133+
uses: actions/checkout@v3
134134
with:
135135
path: ${{ env.IMGTOOL_PACKING_PATH }}
136136

0 commit comments

Comments
 (0)