From 0c125a3c7ff5de66a6c1d2986664e7bd51c29b0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 22 Oct 2024 17:37:01 +0200 Subject: [PATCH] GitHub Actions: Bump actions/checkout to v4 to avoid a deprecated Node.js warning --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 562fb16..b03b902 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -10,7 +10,7 @@ jobs: tox_test: name: tox test steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Run tox tests id: test uses: fedora-python/tox-github-action@main