Skip to content

Commit 579e8d7

Browse files
committed
Merge branch 'main' of github.com:Unpackerr/unpackerr.github.io
2 parents dc387c0 + 05dcd8a commit 579e8d7

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: Build Content
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v5
10+
- uses: actions/checkout@v6
1111
- uses: codespell-project/actions-codespell@v2
1212
with:
1313
check_hidden: true
@@ -17,9 +17,9 @@ jobs:
1717
with:
1818
path: docs
1919
- uses: actions/setup-go@v6
20-
- uses: actions/setup-node@v4
20+
- uses: actions/setup-node@v6
2121
with:
22-
node-version: 22.x
22+
node-version: 24.x
2323
cache: yarn
2424
- name: Install Dependencies
2525
run: yarn install --frozen-lockfile

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
name: Deploy to GitHub Pages
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v5
13-
- uses: actions/setup-node@v4
12+
- uses: actions/checkout@v6
13+
- uses: actions/setup-node@v6
1414
with:
15-
node-version: 22.x
15+
node-version: 24.x
1616
cache: yarn
1717
- name: Install Dependencies
1818
run: yarn install --frozen-lockfile

0 commit comments

Comments
 (0)