Merge pull request #39 from striezel-stash/action-update

Update actions/checkout in GitHub Actions workflow to v3
main
Reion Wong 3 years ago committed by GitHub
commit 152a27e3e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -13,7 +13,7 @@ jobs:
container: docker.io/library/debian:sid
steps:
- name: Checkout Source
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Update repository
run: apt-get update -y
- name: Install the basic dev packages

Loading…
Cancel
Save