Update to actions/checkout@v3

This commit is contained in:
Matthias Pigulla 2022-10-25 17:03:02 +02:00
parent 836c84ec59
commit fb1554889d
No known key found for this signature in database
GPG key ID: 07625DB0815D6CA1

View file

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