We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 29d7021 + 1b07613 commit 7b5d479Copy full SHA for 7b5d479
3 files changed
.github/workflows/builder_factory.yml
@@ -31,7 +31,7 @@ jobs:
31
# - esp32S3_16M_debug
32
33
steps:
34
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
35
- name: PIP Cache
36
id: cache-pip
37
uses: actions/cache@v4
.github/workflows/mk_release_assets.yml
@@ -21,7 +21,7 @@ jobs:
21
if: github.repository == 'vortigont/FireLamp_JeeUI'
22
continue-on-error: false
23
24
25
with:
26
ref: ${{ inputs.refToBuild }}
27
.github/workflows/pio_build.yml
@@ -51,7 +51,7 @@ jobs:
51
52
53
- name: Checkout
54
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
55
56
57
0 commit comments