Skip to content

Commit f5a3c71

Browse files
authored
Merge pull request #6 from arduino/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents 41af5a4 + e935a7f commit f5a3c71

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)