From 535c41beafcc1090ad16fe523b284919c8ce075c Mon Sep 17 00:00:00 2001
From: Andreas Deininger <andreas@deininger.net>
Date: Wed, 16 Oct 2024 15:51:26 +0000
Subject: [PATCH] chore: bump GitHub action workflows (#520)
---
.github/workflows/update-resources.yml | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/.github/workflows/update-resources.yml b/.github/workflows/update-resources.yml
index 902a4ae..f310404 100644
--- a/.github/workflows/update-resources.yml
+++ b/.github/workflows/update-resources.yml
@@ -10,16 +10,16 @@
runs-on: ubuntu-latest
steps:
- name: checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: setup hugo
- uses: peaceiris/actions-hugo@v2
+ uses: peaceiris/actions-hugo@v3
with:
extended: true
- hugo-version: 0.111.3
+ hugo-version: 0.134.2
- name: setup node
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
with:
- node-version: 18
+ node-version: 20
- name: install
run: |
npm ci
@@ -27,7 +27,7 @@
- name: build
run: npm run build
- name: commit resources
- uses: stefanzweifel/git-auto-commit-action@v4
+ uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: 'chore: build resources'
file_pattern: resources/** exampleSite/resources/**
--
Gitblit v1.10.0