From f44b4d7778a6e46ac2fb46f4b6fd2b232f292265 Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Thu, 3 Oct 2024 04:29:40 +0300 Subject: [PATCH] Update checks.yml --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index abc5621..1874cf7 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -15,7 +15,7 @@ jobs: permissions: write-all runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: