From dd21012ea5f9e8e236bf76e9a66ccbd78c9aee48 Mon Sep 17 00:00:00 2001 From: Alexandr Date: Sun, 18 Feb 2024 22:38:26 +0200 Subject: [PATCH] ci: remove redundant checkout step from prs cache clean workflow --- .github/workflows/prs-cache-clean.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/prs-cache-clean.yml b/.github/workflows/prs-cache-clean.yml index faa37416..9f459189 100644 --- a/.github/workflows/prs-cache-clean.yml +++ b/.github/workflows/prs-cache-clean.yml @@ -22,9 +22,6 @@ jobs: cleanup: runs-on: ubuntu-latest steps: - - name: Checkout - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - - name: Cleanup run: | gh extension install actions/gh-actions-cache