From 473c291b36db94fd8bbe6a391ea0db79a546c234 Mon Sep 17 00:00:00 2001 From: david-swift Date: Sun, 6 Oct 2024 23:19:31 +0200 Subject: [PATCH] Fix building docs failing --- .gitea/workflows/swiftlint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/swiftlint.yml b/.gitea/workflows/swiftlint.yml index fc5211d..ed7c3ad 100644 --- a/.gitea/workflows/swiftlint.yml +++ b/.gitea/workflows/swiftlint.yml @@ -21,7 +21,7 @@ jobs: SwiftLint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 - name: SwiftLint uses: norio-nomura/action-swiftlint@3.2.1 with: