Update GHA actions to current versions (#251)

Automated batch commit by webfactory tooling
This commit is contained in:
Matthias Pigulla
2026-06-18 11:29:51 +02:00
committed by GitHub
parent e838748343
commit 25fcd78aa3
+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: ./