From b1b9acde4819e4adf4d4d4d9eb4cfe4fe4ac8904 Mon Sep 17 00:00:00 2001 From: Maxim Date: Wed, 7 Feb 2024 16:26:13 +0100 Subject: [PATCH] Bump github actions dependencies Resolves: AlmaLinux/build-system#181 --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 0d58401..d22a131 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 10 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 name: Check out repository with: ref: ${{ github.event.pull_request.head.sha }}