Update build workflow to actions/checkout@v3

This commit is contained in:
Thomas Jensen
2023-05-06 13:59:26 +02:00
parent 357ea9d788
commit 2910b961c1

View File

@ -20,7 +20,7 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- name: add-packages - name: add-packages
run: | run: |