Skip to content

Commit 919064d

Browse files
committed
Bump GH Actions tool versions
1 parent e0599f5 commit 919064d

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ on:
88

99
jobs:
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: |
@@ -73,7 +73,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)