Skip to content

Commit 4a265de

Browse files
committed
update versions
1 parent af340d5 commit 4a265de

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: Checkout repo
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
2525
# TODO: update this if you have submodules
2626

2727
- name: Build main
@@ -32,7 +32,7 @@ jobs:
3232
target: ${{ env.IDF_TARGET }}
3333

3434
- name: Determine Size Delta
35-
uses: esp-cpp/esp-idf-size-delta@main
35+
uses: esp-cpp/esp-idf-size-delta@v1
3636
with:
3737
app_name: ${{ env.APP_NAME }}
3838
app_path: "."

.github/workflows/package_main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131
- name: Checkout repo
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@v5
3333
with:
3434
fetch-depth: 0
3535

@@ -89,7 +89,7 @@ jobs:
8989
9090
- name: Determine Size Delta
9191
if: ${{ github.event.release && github.event.action == 'published' }}
92-
uses: esp-cpp/esp-idf-size-delta@main
92+
uses: esp-cpp/esp-idf-size-delta@v1
9393
with:
9494
app_name: ${{ env.APP_NAME }}
9595
app_path: "."

.github/workflows/static_analysis.yml

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

1717
steps:
1818
- name: Checkout repo
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020

2121
- name: Run static analysis
2222
uses: esp-cpp/StaticAnalysis@master

0 commit comments

Comments
 (0)