55 name : Get Fonts From Icomoon
66 runs-on : ubuntu-latest
77 steps :
8- - uses : actions/checkout@v3
9- - uses : actions/setup-python@v4
10- with :
8+ - uses : actions/checkout@v4
9+ - uses : actions/setup-python@v5
10+ with :
1111 python-version : ' 3.10'
1212
1313 - name : Install dependencies (python, pip, npm)
@@ -21,26 +21,26 @@ jobs:
2121 env :
2222 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2323 run : >
24- python ./.github/scripts/icomoon_build.py
25- ./.github/scripts/build_assets/geckodriver-v0.32.2-linux64/geckodriver ./icomoon.json
24+ python ./.github/scripts/icomoon_build.py
25+ ./.github/scripts/build_assets/geckodriver-v0.32.2-linux64/geckodriver ./icomoon.json
2626 ./devicon.json ./icons ./ $GITHUB_TOKEN --headless
2727
2828 - name : Upload geckodriver.log for debugging purposes
29- uses : actions/upload-artifact@v2
29+ uses : actions/upload-artifact@v4
3030 if : failure()
3131 with :
3232 name : geckodriver-log
3333 path : ./geckodriver.log
3434
3535 - name : Upload log file for debugging purposes
36- uses : actions/upload-artifact@v2
36+ uses : actions/upload-artifact@v4
3737 if : always()
3838 with :
3939 name : logfile
4040 path : ./log.txt
4141
4242 - name : Build devicon.min.css
43- if : success()
43+ if : success()
4444 run : npm run build-css
4545
4646 # - name: Upload screenshot of the newly made icons
@@ -58,11 +58,11 @@ jobs:
5858 uses :
juliangruber/[email protected] 5959 with :
6060 # taken from icomoon_build.py's get_release_message()
61- path : ./release_message.txt
61+ path : ./release_message.txt
6262
6363 - name : Create Pull Request
64- if : success()
65- uses : peter-evans/create-pull-request@v3
64+ if : success()
65+ uses : peter-evans/create-pull-request@v7
6666 env :
6767 MESSAGE : |
6868 Hello,
@@ -81,14 +81,14 @@ jobs:
8181
8282 More information can be found in the GitHub Action logs for this workflow.
8383
84- Adios,
84+ Adios,
8585 Build Bot :sunglasses:
8686 with :
8787 branch : ' bot/build-result'
8888 commit-message : ' Built new icons, icomoon.json and devicon.css'
8989 title : ' bot:build new icons, icomoon.json and devicon.css'
9090 body : >
91- ${{
91+ ${{
9292 format(
9393 env.MESSAGE,
9494 steps.release_message_step.outputs.content
0 commit comments