File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88
99jobs :
1010 gh-pages :
11- runs-on : ubuntu-22 .04
11+ runs-on : ubuntu-24 .04
1212 concurrency :
1313 group : ${{ github.workflow }}-${{ github.ref }}
1414
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
1818
1919 # - name: Cache Nix downloads
2020 # id: nix-store-cache
@@ -31,28 +31,28 @@ jobs:
3131 # sudo chown -R root /nix
3232
3333 - name : Cache Nodejs downloads
34- uses : actions/cache@v3
34+ uses : actions/cache@v4
3535 with :
3636 path : node_modules
3737 key : node-modules-${{ hashFiles('package.json', 'package-lock.json') }}
3838
3939 - name : Cache LuaRocks modules
40- uses : actions/cache@v3
40+ uses : actions/cache@v4
4141 with :
4242 path : lua_modules
4343 key : lua-modules-${{ hashFiles('polytype-dev-1.rockspec', 'polytype-dev-1.rockslock') }}
4444
4545 - name : Cache Typst packages
46- uses : actions/cache@v3
46+ uses : actions/cache@v4
4747 with :
4848 path : ~/.cache/typst
4949 key : typst-packages-${{ hashFiles('~/.cache/typst/**/typst.toml') }}
5050
5151 - name : Install Nix
52- uses : DeterminateSystems/nix-installer-action@v9
52+ uses : DeterminateSystems/nix-installer-action@v21
5353
5454 - name : Cache Nix builds
55- uses : DeterminateSystems/magic-nix-cache-action@v3
55+ uses : DeterminateSystems/magic-nix-cache-action@v13
5656
5757 - name : Install Nix package dependencies
5858 run : |
7373 nix-shell --pure --run 'make public/CNAME'
7474
7575 - name : Deploy
76- uses : peaceiris/actions-gh-pages@v3
76+ uses : peaceiris/actions-gh-pages@v4
7777 if : ${{ github.ref == 'refs/heads/master' }}
7878 with :
7979 github_token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments