Skip to content

Commit 45a4845

Browse files
authored
Fix warnings from outdated GH actions (espressif#131)
1 parent 685f87d commit 45a4845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
target: [esp32, esp32s2, esp32s3, esp32c3]
2020
fail-fast: false
2121
steps:
22-
- uses: actions/checkout@v2
22+
- uses: actions/checkout@v3
2323
- name: Install dependencies
2424
run: bash ./tools/prepare-ci.sh
2525
- name: Build Libs for ${{ matrix.target }}

0 commit comments

Comments
 (0)