File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 timeout-minutes : 10
2222 steps :
2323 - name : Checkout
24- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v4
24+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v4
2525
2626 - name : Setup Pages
2727 uses : actions/configure-pages@45bfe0192ca1faeb007ade9deae92b16b8254a0d # v6.0.0
Original file line number Diff line number Diff line change 1818 image : ghcr.io/stefan-hoeck/idris2-pack@sha256:f0758996a931fb35d9ecb1de273c4d59dabe2a09b433afc7e357f65a08b7e1ff
1919 steps :
2020 - name : Checkout Site
21- uses : actions/checkout@v4
21+ uses : actions/checkout@v7
2222 - name : Checkout Ddraig SSG
23- uses : actions/checkout@v4
23+ uses : actions/checkout@v7
2424 with :
2525 repository : hyperpolymath/ddraig-ssg
2626 path : .ddraig-ssg
3737 fi
3838 ./.ddraig-ssg/build/exec/ddraig build src _site https://hyperpolymath.github.io/${GITHUB_REPOSITORY#*/}
3939 - name : Upload artifact
40- uses : actions/upload-pages-artifact@v3
40+ uses : actions/upload-pages-artifact@v5
4141 with :
4242 path : ' _site'
4343 deploy :
5050 steps :
5151 - name : Deploy to GitHub Pages
5252 id : deployment
53- uses : actions/deploy-pages@v4
53+ uses : actions/deploy-pages@v5
Original file line number Diff line number Diff line change 3232
3333 steps :
3434 - name : Checkout repository
35- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
35+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3636
3737 # Idris2 0.8.0 from PINNED official source (tag v0.8.0 == this commit).
3838 # No maintained setup action exists; a SHA-pinned source build is
Original file line number Diff line number Diff line change 2323 runs-on : ubuntu-latest
2424 timeout-minutes : 30
2525 steps :
26- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
26+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2727 - run : cargo test --features git-integration
You can’t perform that action at this time.
0 commit comments