Updated actions/checkout to v3

This commit is contained in:
Mexit 2023-01-17 19:24:07 +01:00
parent 12de481fbe
commit bb7f261193

View file

@ -15,7 +15,7 @@ jobs:
image: alpine:3.17 image: alpine:3.17
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- name: Install software - name: Install software
run: | run: |