File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1919
2020 steps :
2121 - name : ⬇ Checkout
22- uses : actions/checkout@v3
22+ uses : actions/checkout@v5
2323
2424 - name : 🔑 Configure GPG key
2525 run : |
@@ -32,12 +32,12 @@ jobs:
3232 sudo apt-get -y install apt-utils
3333
3434 - name : 🏗 Set up Python 3.10
35- uses : actions/setup-python@v4
35+ uses : actions/setup-python@v6
3636 with :
3737 python-version : " 3.10"
3838
3939 - name : 📦 Cache apt-ftparchive db
40- uses : actions/cache@v3
40+ uses : actions/cache@v4
4141 with :
4242 path : cache
4343 key : ${{ runner.os }}-apt-ftparchive
8585 apindex debian
8686
8787 - name : ⬆ Upload pages artifact
88- uses : actions/upload-pages-artifact@v1
88+ uses : actions/upload-pages-artifact@v4
8989 with :
9090 path : ./public
9191
@@ -101,4 +101,4 @@ jobs:
101101 steps :
102102 - name : Deploy to GitHub Pages
103103 id : deployment
104- uses : actions/deploy-pages@v1
104+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments