From ea28cbc7880b943d9b3f3863e6f907fd269090a9 Mon Sep 17 00:00:00 2001 From: Andrea Ciliberti Date: Sun, 9 Jul 2023 20:22:45 +0200 Subject: [PATCH] Newer actions --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 776cda6..fb4b630 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,6 @@ jobs: strategy: matrix: toolchain: - - nightly-2023-01-13 - nightly continue-on-error: ${{ matrix.toolchain == 'nightly' }} @@ -50,7 +49,7 @@ jobs: container: devkitpro/devkitarm steps: - name: Checkout branch - uses: actions/checkout@v2 + uses: actions/checkout@v3 - uses: ./.github/actions/setup with: