Update actions

This commit is contained in:
Pascal Jufer 2023-10-29 01:44:52 +02:00
parent 60acd6d8b7
commit ac36cbd737
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@ runs:
using: composite using: composite
steps: steps:
- name: Install Node.js - name: Install Node.js
uses: actions/setup-node@v3 uses: actions/setup-node@v4
with: with:
node-version: 20 node-version: 20
registry-url: ${{ inputs.node-registry }} registry-url: ${{ inputs.node-registry }}

View file

@ -22,6 +22,6 @@ jobs:
run: pnpm run build css run: pnpm run build css
- name: Commit changes - name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4 uses: stefanzweifel/git-auto-commit-action@v5
with: with:
commit_message: Update build artifacts commit_message: Update build artifacts

View file

@ -40,7 +40,7 @@ jobs:
TAG_NAME: ${{ github.ref_name }} TAG_NAME: ${{ github.ref_name }}
- name: Commit release - name: Commit release
uses: stefanzweifel/git-auto-commit-action@v4 uses: stefanzweifel/git-auto-commit-action@v5
with: with:
commit_message: Release Version ${{ github.ref_name }} commit_message: Release Version ${{ github.ref_name }}
branch: main branch: main