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/format.yml | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml
index f99db24..2e39175 100644
--- a/.github/workflows/format.yml
+++ b/.github/workflows/format.yml
@@ -9,11 +9,11 @@
runs-on: ubuntu-latest
steps:
- name: checkout code
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- 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
@@ -21,6 +21,6 @@
- name: format
run: npm run prettier
- name: commit changes
- uses: stefanzweifel/git-auto-commit-action@v4
+ uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: 'style: prettier format all files'
--
Gitblit v1.10.0