From d1c4e0e4c71b679e6a43e905806839d1b01ebaf7 Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Tue, 24 Jan 2023 16:15:51 +0000
Subject: [PATCH] GitHub Actions: update actions/checkout from v2 to v3 in Test jobs

---
 .github/workflows/test.yml    |    2 +-
 .github/workflows/release.yml |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 71e01a5..775cea3 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -57,7 +57,7 @@
     steps:
       - id: checkout
         name: Checkout code
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
 
       - id: download_artifact
         name: Download artifact
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 7ea904c..3e3a059 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -55,7 +55,7 @@
     steps:
       - id: checkout
         name: Checkout code
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
 
       - id: download_artifact
         name: Download artifact

--
Gitblit v1.9.1