Skip to content

Commit a904b3f

Browse files
dependabot[bot]henrygab
authored andcommitted
Bump actions/checkout from 3.3.0 to 3.5.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.3.0 to 3.5.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@ac59398...8e5e7e5) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 69b5e70 commit a904b3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/arduino.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
raw.githubusercontent.com:443
121121
122122
- name: Checkout repository
123-
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
123+
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
124124

125125
- name: Compile
126126
uses: arduino/compile-sketches@1edb1fde2dd10524d345c853e888f487459667aa

.github/workflows/scorecards.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
steps:
2828
- name: "Checkout code"
29-
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # tag=v3.0.0
29+
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # tag=v3.0.0
3030
with:
3131
persist-credentials: false
3232

0 commit comments

Comments
 (0)