File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -30,13 +30,13 @@ jobs:
3030 GITHUB_CONTEXT : ${{ toJson(github) }}
3131 run : echo "$GITHUB_CONTEXT"
3232 - name : Set up Python 3.x
33- uses : actions/setup-python@v5
33+ uses : actions/setup-python@v6
3434 with :
3535 python-version : 3.9
3636 - name : Versions
3737 run : |
3838 python3 --version
39- - uses : actions/checkout@v4
39+ - uses : actions/checkout@v6
4040 with :
4141 show-progress : false
4242 submodules : true
Original file line number Diff line number Diff line change @@ -28,14 +28,14 @@ jobs:
2828 # be limited (they run on all forks' default branches).
2929 if : startswith(github.repository, 'adafruit/')
3030 steps :
31- - uses : actions/checkout@v4
31+ - uses : actions/checkout@v6
3232 with :
3333 submodules : true
3434 - name : Update Awesome CircuitPython
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@v5
38+ uses : actions/setup-python@v6
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@v4
12+ uses : actions/checkout@v6
1313 with :
1414 show-progress : false
1515
2121 compressOnly : true
2222 - name : Create New Pull Request If Needed
2323 if : steps.calibre.outputs.markdown != ''
24- uses : peter-evans/create-pull-request@v4
24+ uses : peter-evans/create-pull-request@v8
2525 with :
2626 title : Compressed Images Nightly
2727 branch-suffix : timestamp
You can’t perform that action at this time.
0 commit comments