File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed
Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 1515 last_version : ${{ steps.check-latest-version.outputs.last_version }}
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@v3
18+ uses : actions/checkout@v4
1919
2020 - name : Check latest version
2121 id : check-latest-version
3434 contents : write
3535 steps :
3636 - name : Checkout code
37- uses : actions/checkout@v2
37+ uses : actions/checkout@v4
3838 with :
3939 token : ${{ secrets.GITHUB_TOKEN }}
4040
4545 release :
4646 name : Create release
4747 needs : [update-lib-files, check-tag-version]
48- runs-on : ubuntu-20.04
48+ runs-on : ubuntu-latest
4949 permissions :
5050 contents : write
5151 steps :
5656 echo "version=${GITHUB_REF#refs/tags/v}" >> $GITHUB_OUTPUT
5757
5858 - name : Checkout
59- uses : actions/checkout@v3
59+ uses : actions/checkout@v4
6060
6161 - name : Force Fetch new tag
6262 run : |
@@ -86,18 +86,18 @@ jobs:
8686 bodyFile : ${{ steps.body.outputs.filename }}
8787 name : ${{ steps.body.outputs.package_name }} ${{ steps.init.outputs.tag }}
8888 artifacts : ${{ steps.arduino.outputs.filename }}
89- # token: ${{ secrets.GITHUB_TOKEN }}
89+ token : ${{ secrets.GITHUB_TOKEN }}
9090
9191 publish-platformio :
9292 name : Publish library to PlatformIO Registry
9393 needs : update-lib-files
9494 runs-on : ubuntu-latest
9595 steps :
9696 - name : Checkout
97- uses : actions/checkout@v3
97+ uses : actions/checkout@v4
9898
9999 - name : Set up Python
100- uses : actions/setup-python@v2
100+ uses : actions/setup-python@v5
101101 with :
102102 python-version : 3.x
103103
Original file line number Diff line number Diff line change 11WebConfigServer: Changelog
22==========================
33
4+ HEAD
5+ ----
6+
7+ * Fix release workflow replacing checkout to v4 and adding default GITHUB_TOKEN
8+
49v3.0.0 (2025-08-14)
510------
611
You can’t perform that action at this time.
0 commit comments