From 5584cb90f348f3bd184fc84343012cfd2e2e0d7f Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sun, 22 Oct 2023 17:12:58 +0200 Subject: [PATCH] CI: Update to actions/checkout@v4 --- .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 432935e..ec3bc03 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,7 +11,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup Python (pip) uses: actions/setup-python@v4