From 1abde611ee24134316b6c7405915b4270d6d5748 Mon Sep 17 00:00:00 2001 From: jn Date: Mon, 30 Jan 2023 00:52:24 +0100 Subject: [PATCH] GitHub CI: Bump actions/checkout to v3 v2 is deprecated and causes a warning on the Actions page. --- .github/workflows/fox32rom-unstable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fox32rom-unstable.yml b/.github/workflows/fox32rom-unstable.yml index a6aef93..ae7dde2 100644 --- a/.github/workflows/fox32rom-unstable.yml +++ b/.github/workflows/fox32rom-unstable.yml @@ -11,7 +11,7 @@ jobs: name: Build runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Download latest fox32asm artifact uses: dawidd6/action-download-artifact@v2