Skip to content

Commit 259a043

Browse files
Merge pull request #9 from ApolloAutomation/dependabot/github_actions/github-actions-8a9da2b879
chore(ci): bump actions/checkout from 3 to 4 in the github-actions group
2 parents dfb44ee + 02619de commit 259a043

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)