Skip to content

Commit 7b5d479

Browse files
authored
Merge pull request #186 from vortigont/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 29d7021 + 1b07613 commit 7b5d479

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/builder_factory.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# - esp32S3_16M_debug
3232

3333
steps:
34-
- uses: actions/checkout@v5
34+
- uses: actions/checkout@v6
3535
- name: PIP Cache
3636
id: cache-pip
3737
uses: actions/cache@v4

.github/workflows/mk_release_assets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
if: github.repository == 'vortigont/FireLamp_JeeUI'
2222
continue-on-error: false
2323
steps:
24-
- uses: actions/checkout@v5
24+
- uses: actions/checkout@v6
2525
with:
2626
ref: ${{ inputs.refToBuild }}
2727
- name: PIP Cache

.github/workflows/pio_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
steps:
5353
- name: Checkout
54-
uses: actions/checkout@v5
54+
uses: actions/checkout@v6
5555

5656
- name: PIP Cache
5757
id: cache-pip

0 commit comments

Comments
 (0)