SDL_net: ci: bump actions/checkout

From 4a823d07943a1a43df8261c96b07ff49f8d2951d Mon Sep 17 00:00:00 2001
From: Anonymous Maarten <[EMAIL REDACTED]>
Date: Fri, 16 Aug 2024 00:11:35 +0200
Subject: [PATCH] ci: bump actions/checkout

---
 .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 2c62779..0a94865 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -42,7 +42,7 @@ jobs:
             ${{ matrix.platform.msys-env }}-ninja
             ${{ matrix.platform.msys-env }}-perl
       - name: Get SDL3_net sources
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
       - name: Install Ninja
         if: ${{ !contains(matrix.platform.shell, 'msys2') }}
         uses: aseprite/get-ninja@main