Skip to content

Commit 6c5f37e

Browse files
authored
Merge pull request #71 from DarkFlippers/dependabot/github_actions/actions/checkout-4
build(deps): bump actions/checkout from 3 to 4
2 parents 62b5f57 + 1f47335 commit 6c5f37e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/build-with-firmware.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
src-included: 0
5252
steps:
5353
- name: Copy Firmware Files
54-
uses: actions/checkout@v3
54+
uses: actions/checkout@v4
5555
with:
5656
repository: ${{ matrix.url }}
5757
clean: true
@@ -60,7 +60,7 @@ jobs:
6060

6161
- name: Copy Repo Files
6262
if: ${{ matrix.src-included == 0 }}
63-
uses: actions/checkout@v3
63+
uses: actions/checkout@v4
6464
with:
6565
repository: ${{ vars.REPO_SELF }}
6666
clean: true

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: "ubuntu-latest"
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v3
23+
uses: actions/checkout@v4
2424
with:
2525
fetch-depth: 0
2626
fetch-tags: true

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656
steps:
5757
- name: Checkout Firmware Files
58-
uses: actions/checkout@v3
58+
uses: actions/checkout@v4
5959
with:
6060
repository: "${{ vars.REPO_UNLEASHED }}"
6161
clean: "true"
@@ -64,7 +64,7 @@ jobs:
6464
fetch-depth: "0"
6565

6666
- name: Checkout Repo Files
67-
uses: actions/checkout@v3
67+
uses: actions/checkout@v4
6868
with:
6969
repository: "${{ vars.REPO_SELF }}"
7070
clean: "true"

.github/workflows/version-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
RELEASE_TYPE: 0
3030
steps:
3131
- name: Copy Repo Files
32-
uses: actions/checkout@v3
32+
uses: actions/checkout@v4
3333
with:
3434
repository: "${{ env.REPO_SELF }}"
3535
clean: "true"

0 commit comments

Comments
 (0)