Skip to content

Commit

Permalink
fix(ci): version typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pfeerick committed Jul 1, 2024
1 parent f116e34 commit e398b2e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fw-build-bluetooth-heli.yml.disable
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- ${{ github.workspace }}:/src
steps:
- name: Check out the repo
uses: actions/checkout@4
uses: actions/checkout@v4
with:
submodules: recursive

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fw-build-bluetooth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- ${{ github.workspace }}:/src
steps:
- name: Check out the repo
uses: actions/checkout@4
uses: actions/checkout@v4
with:
submodules: recursive

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fw-build-heli.yml.disable
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- ${{ github.workspace }}:/src
steps:
- name: Check out the repo
uses: actions/checkout@4
uses: actions/checkout@v4
with:
submodules: recursive

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fw-build-luamixer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- ${{ github.workspace }}:/src
steps:
- name: Check out the repo
uses: actions/checkout@4
uses: actions/checkout@v4
with:
submodules: recursive

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fw-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- ${{ github.workspace }}:/src
steps:
- name: Check out the repo
uses: actions/checkout@4
uses: actions/checkout@v4
with:
submodules: recursive

Expand Down

0 comments on commit e398b2e

Please sign in to comment.