chore: update all versions of actions/checkout to v4

This commit is contained in:
Felix Seifert 2024-01-03 10:12:14 +01:00
parent fd34b8dee2
commit 5b63dd500f
No known key found for this signature in database
GPG key ID: 2E471A4DD655C2D2
2 changed files with 4 additions and 4 deletions

View file

@ -8,7 +8,7 @@ jobs:
os: [ ubuntu-latest, macOS-latest, windows-latest ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup key
uses: ./
with:
@ -28,7 +28,7 @@ jobs:
container:
image: ubuntu:latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: apt update && apt install -y openssh-client git
- name: Setup key
uses: ./