2 Commits

Author SHA1 Message Date
Matthias Pigulla 25fcd78aa3 Update GHA actions to current versions (#251)
Automated batch commit by webfactory tooling
2026-06-18 11:29:51 +02:00
James McGonegal e838748343 use node24 (#243)
Node v20 is going to be EOL in April 2026 --
https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/

Resolves #242
2026-03-11 16:15:28 +01:00
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -8,7 +8,7 @@ jobs:
os: [ ubuntu-latest, macOS-latest, windows-latest ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Setup key
uses: ./
with:
@@ -28,7 +28,7 @@ jobs:
container:
image: ubuntu:latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- run: apt update && apt install -y openssh-client git
- name: Setup key
uses: ./
+1 -1
View File
@@ -20,7 +20,7 @@ inputs:
description: 'git command'
required: false
runs:
using: 'node20'
using: 'node24'
main: 'dist/index.js'
post: 'dist/cleanup.js'
post-if: 'always()'