Skip to content

Commit

Permalink
Merge pull request #11 from derskythe/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-4

build(deps): bump actions/checkout from 3 to 4
  • Loading branch information
derskythe authored Feb 8, 2024
2 parents 4612575 + 7761791 commit 5dcb503
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-with-firmwware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
Write-Output ('RELEASE_VERSION={0}' -f $ReleaseVersion) >> $env:GITHUB_ENV
- name: Copy Firmware Files
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: "${{ matrix.url }}"
clean: "true"
Expand All @@ -69,7 +69,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
4 changes: 2 additions & 2 deletions .github/workflows/force-build-with-firmwware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
Write-Output ('RELEASE_VERSION={0}' -f $ReleaseVersion) >> $env:GITHUB_ENV
- name: Copy Firmware Files
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: "${{ matrix.url }}"
clean: "true"
Expand All @@ -64,7 +64,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
4 changes: 2 additions & 2 deletions .github/workflows/ofw-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
Write-Output ('RELEASE_VERSION={0}' -f $ReleaseVersion) >> $env:GITHUB_ENV
- name: Copy Firmware Files
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: "${{ matrix.url }}"
clean: "true"
Expand All @@ -65,7 +65,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/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 5dcb503

Please sign in to comment.