Skip to content

Commit c3f0a4d

Browse files
authored
Merge pull request #11 from prplecake/dependabot/github_actions/actions/checkout-5
2 parents 403d298 + f55f211 commit c3f0a4d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build_hex_viewer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
name: 'ufbt: Build for ${{ matrix.sdk-version }} Branch'
2323
steps:
24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@v5
2525
with:
2626
submodules: 'recursive'
2727
- name: Build with ufbt

.github/workflows/build_ir_decoder.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
name: 'ufbt: Build for ${{ matrix.sdk-version }} Branch'
2323
steps:
24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@v5
2525
- name: Build with ufbt
2626
uses: flipperdevices/[email protected]
2727
id: build-app

.github/workflows/build_tpms.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
name: 'ufbt: Build for ${{ matrix.sdk-version }} Branch'
2323
steps:
24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@v5
2525
with:
2626
submodules: 'recursive'
2727
- name: Build with ufbt

0 commit comments

Comments
 (0)