From 0bf6f87a7bc4ed8d57aad4f09618983099e8c1a7 Mon Sep 17 00:00:00 2001
From: Asartea <76259120+Asartea@users.noreply.github.com>
Date: Fri, 3 Mar 2023 08:02:57 +0100
Subject: [PATCH] bump actions/checkout to v3 (#25122)
---
.github/workflows/testing.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml
index 94acdfa5448..cda00bc2b44 100644
--- a/.github/workflows/testing.yml
+++ b/.github/workflows/testing.yml
@@ -8,7 +8,7 @@ jobs:
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- uses: codespell-project/actions-codespell@master
with:
check_filenames: true