diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b8dc74d..6d4e51f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: # just fetching 1 commit is not enough for setuptools-scm, so we fetch all fetch-depth: 0 diff --git a/.github/workflows/run_tests.yaml b/.github/workflows/run_tests.yaml index 9d4847e..078f262 100644 --- a/.github/workflows/run_tests.yaml +++ b/.github/workflows/run_tests.yaml @@ -6,7 +6,7 @@ jobs: tests: runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 1 @@ -36,7 +36,7 @@ jobs: make export OUTDIR=$PWD/build-standard export PATH=$PATH:$OUTDIR - echo "::set-output name=bin_dir::$OUTDIR" + echo "bin_dir=$OUTDIR" >> $GITHUB_OUTPUT test $(micropython -c 'print("test")') = "test" popd @@ -56,7 +56,7 @@ jobs: make make install-strip export PATH=$PATH:$PWD/dist/bin - echo "::set-output name=bin_dir::$PWD/dist/bin" + echo "bin_dir=$PWD/dist/bin" >> $GITHUB_OUTPUT esp32ulp-elf-as --version | grep 'esp32ulp-elf' > /dev/null popd pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy