From 2f70af3297c850bf86c6345ec61970087b0af707 Mon Sep 17 00:00:00 2001 From: Ian Chamberlain Date: Sun, 24 Sep 2023 13:32:22 -0400 Subject: [PATCH] Update to latest checkout action to hide warnings --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index adcb03c..0056bda 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: container: devkitpro/devkitarm steps: - name: Checkout branch - uses: actions/checkout@v2 + uses: actions/checkout@v4 - uses: ./actions/setup with: @@ -51,7 +51,7 @@ jobs: - '/tmp:/tmp' steps: - name: Checkout branch - uses: actions/checkout@v3 + uses: actions/checkout@v4 - uses: ./setup with: