From 7b4859777fbbb53c7bc1a1e094b784e78cfb6ba5 Mon Sep 17 00:00:00 2001 From: Artur Dryomov Date: Mon, 2 Feb 2026 10:01:17 +0100 Subject: [PATCH] Update GitHub Actions --- .github/workflows/publish.yml | 2 +- .github/workflows/pull-request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5632205..fb0fb2f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Checkout the source code" - uses: actions/checkout@v2.3.1 + uses: actions/checkout@v6.0.2 with: fetch-depth: 0 diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 156f084..ceafab3 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Checkout the source code" - uses: actions/checkout@v2.3.1 + uses: actions/checkout@v6.0.2 - name: "Check scripts" run: shellcheck scripts/*.sh