File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,14 +29,15 @@ jobs:
2929 GITHUB_CONTEXT : ${{ toJson(github) }}
3030 run : echo "$GITHUB_CONTEXT"
3131 - name : Set up Python 3.x
32- uses : actions/setup-python@v4
32+ uses : actions/setup-python@v5
3333 with :
3434 python-version : 3.9
3535 - name : Versions
3636 run : |
3737 python3 --version
38- - uses : actions/checkout@v3
38+ - uses : actions/checkout@v4
3939 with :
40+ show-progress : false
4041 submodules : true
4142 - name : Install deps
4243 run : |
Original file line number Diff line number Diff line change 3535 run : |
3636 (cd awesome-circuitpython && git fetch origin main:main && git checkout main)
3737 - name : Set up Python 3.x
38- uses : actions/setup-python@v4
38+ uses : actions/setup-python@v5
3939 with :
4040 python-version : 3.x
4141 - uses : ruby/setup-ruby@v1
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout Repo
12- uses : actions/checkout@v3
12+ uses : actions/checkout@v4
13+ with :
14+ show-progress : false
15+
1316 - name : Compress Images
1417 id : calibre
1518 uses : calibreapp/image-actions@main
You can’t perform that action at this time.
0 commit comments