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 @@ -25,15 +25,15 @@ jobs:
2525 runs-on : ubuntu-latest
2626 steps :
2727 - name : 📥 Checkout repository
28- uses : actions/checkout@v3
28+ uses : actions/checkout@v4
2929
3030 - name : 🧰 Setup Pages
31- uses : actions/configure-pages@v2
31+ uses : actions/configure-pages@v5
3232
3333 - name : 🧰 Install Aiken
3434 uses : aiken-lang/setup-aiken@v1
3535 with :
36- version : v1.1.9
36+ version : v1.1.11
3737
3838 - name : 📝 Run fmt
3939 run : aiken fmt --check
4747 run : aiken docs -o docs
4848
4949 - name : 📦 Upload artifact
50- uses : actions/upload-pages-artifact@v2
50+ uses : actions/upload-pages-artifact@v4
5151 with :
5252 path : " docs/"
5353
6161 steps :
6262 - name : 🚀 Deploy to GitHub Pages
6363 id : deployment
64- uses : actions/deploy-pages@v1
64+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments