Skip to content

Commit

Permalink
Fix warnings from outdated GH actions (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 authored Jul 20, 2023
1 parent 685f87d commit 45a4845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
target: [esp32, esp32s2, esp32s3, esp32c3]
fail-fast: false
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install dependencies
run: bash ./tools/prepare-ci.sh
- name: Build Libs for ${{ matrix.target }}
Expand Down

0 comments on commit 45a4845

Please sign in to comment.