From bc6443a19f857f09cfac99214e3869e89b5ee713 Mon Sep 17 00:00:00 2001 From: Ocheretovich Date: Mon, 2 Mar 2026 11:57:29 +0200 Subject: [PATCH] Bump actions/checkout action to v6 --- .github/workflows/retype-action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/retype-action.yml b/.github/workflows/retype-action.yml index d1748c17c..5f159cd70 100644 --- a/.github/workflows/retype-action.yml +++ b/.github/workflows/retype-action.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v6 - uses: retypeapp/action-build@latest with: @@ -20,4 +20,4 @@ jobs: - uses: retypeapp/action-github-pages@latest with: - update-branch: true \ No newline at end of file + update-branch: true