Skip to content

Commit 02619de

Browse files
chore(ci): bump actions/checkout from 3 to 4 in the github-actions group
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `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-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent dfb44ee commit 02619de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
yaml_changed: ${{ steps.check.outputs.yaml_changed }}
2424
steps:
2525
- name: Checkout code
26-
uses: actions/checkout@v3
26+
uses: actions/checkout@v4
2727
with:
2828
fetch-depth: 2 # So we can diff the previous commit
2929

@@ -59,7 +59,7 @@ jobs:
5959

6060
steps:
6161
- name: Checkout code
62-
uses: actions/checkout@v3
62+
uses: actions/checkout@v4
6363

6464
- name: Read version from YAML file
6565
id: read_version
@@ -160,7 +160,7 @@ jobs:
160160
id-token: write
161161
steps:
162162
- name: Checkout code
163-
uses: actions/checkout@v3
163+
uses: actions/checkout@v4
164164

165165
# 1) Download Firmware
166166
- uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)