From 284339e0feb970cc9d6630761e1502629f4bf470 Mon Sep 17 00:00:00 2001 From: Yehor <20585619+satelllte@users.noreply.github.com> Date: Fri, 3 May 2024 19:23:30 +0300 Subject: [PATCH] ci: actions/checkout@v4 --- .github/workflows/auto-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-publish.yml b/.github/workflows/auto-publish.yml index ae24d679f..0f0bd7bac 100644 --- a/.github/workflows/auto-publish.yml +++ b/.github/workflows/auto-publish.yml @@ -11,8 +11,8 @@ jobs: name: Setup, build, and Deploy to gh-pages branch runs-on: ubuntu-20.04 steps: - - name: Checking out the main branch - uses: actions/checkout@v2 + - name: Checking out the repository + uses: actions/checkout@v4 - name: Setting up Python 3.7 uses: actions/setup-python@v5 with: