From 4654cc6e70373bd09f3cd0f22b7d298765a9cb79 Mon Sep 17 00:00:00 2001 From: Markus Rudy Date: Mon, 4 Nov 2024 21:25:34 +0100 Subject: [PATCH] fixup! ci: check for unclean patches don't use action for checkout --- .github/workflows/static.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 39080ebb6..c1aba1cae 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -80,9 +80,6 @@ jobs: with: githubToken: ${{ secrets.GITHUB_TOKEN }} cachixToken: ${{ secrets.CACHIX_AUTH_TOKEN }} - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - with: - repository: kata-containers/kata-containers - name: Check out Kata run: | git clone --depth 1 -b "$(nix eval --raw .#kata.kata-runtime.version)" https://github.com/kata-containers/kata-containers.git kata