From 925f9598b5706694889b8e7accd5d9c2bf658912 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sat, 1 Jul 2023 01:05:36 -0400 Subject: [PATCH] ci: use `actions/checkout@v3` instead of `@v2` --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 208d900..c43c91f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,6 +19,6 @@ jobs: sudo apt-get update sudo apt-get install libsdl1.2-dev libtheora-dev libvorbis-dev - name: Get theoraplay sources - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Build run: ./test/maketest.sh