1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-08-22 11:29:03 +00:00

Merge pull request #1125 from TomHarte/CheckoutV3

Update checkout action.
This commit is contained in:
Thomas Harte 2023-04-23 11:58:08 -04:00 committed by GitHub
commit 4b53082774
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install dependencies
run: sudo apt-get --allow-releaseinfo-change update && sudo apt-get --fix-missing install libsdl2-dev scons
- name: Make