Skip to content

Commit

Permalink
Merge pull request #71 from DarkFlippers/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/checkout-4

build(deps): bump actions/checkout from 3 to 4
  • Loading branch information
derskythe authored Feb 8, 2024
2 parents 62b5f57 + 1f47335 commit 6c5f37e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-with-firmware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
src-included: 0
steps:
- name: Copy Firmware Files
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: ${{ matrix.url }}
clean: true
Expand All @@ -60,7 +60,7 @@ jobs:

- name: Copy Repo Files
if: ${{ matrix.src-included == 0 }}
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: ${{ vars.REPO_SELF }}
clean: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:

steps:
- name: Checkout Firmware Files
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: "${{ vars.REPO_UNLEASHED }}"
clean: "true"
Expand All @@ -64,7 +64,7 @@ jobs:
fetch-depth: "0"

- name: Checkout Repo Files
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: "${{ vars.REPO_SELF }}"
clean: "true"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/version-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
RELEASE_TYPE: 0
steps:
- name: Copy Repo Files
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: "${{ env.REPO_SELF }}"
clean: "true"
Expand Down

0 comments on commit 6c5f37e

Please sign in to comment.