chore: bump action versions
Deploy Hugo Site / Deploy Batch Tools on beta.batch.tools (push) Successful in 6m47s

This commit is contained in:
2026-01-08 18:25:36 +01:00
parent efb9f754aa
commit e2926b1c10
+2 -2
View File
@@ -10,12 +10,12 @@ jobs:
runs-on: node-18 runs-on: node-18
steps: steps:
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v3 uses: actions/checkout@v4
- name: Install Tailwind and build - name: Install Tailwind and build
run: | run: |
npm install npm install
- name: Setup Hugo - name: Setup Hugo
uses: peaceiris/actions-hugo@v2 uses: peaceiris/actions-hugo@v3
with: with:
hugo-version: 'latest' hugo-version: 'latest'
extended: true extended: true