From 1760f0258d1963117f117e3e23e4a1c6d6005a02 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Mon, 27 Jan 2025 19:37:24 +0100 Subject: [PATCH] README.md: Upgrade GitHub Action checkout https://github.com/actions/checkout/releases --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd0e140fd..ed4a6a18e 100644 --- a/README.md +++ b/README.md @@ -460,7 +460,7 @@ jobs: Lint: runs-on: macos-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: SwiftFormat run: swiftformat --lint . --reporter github-actions-log ```