Skip to content

Commit

Permalink
fixup! ci: check for unclean patches
Browse files Browse the repository at this point in the history
don't use action for checkout
  • Loading branch information
burgerdev committed Nov 4, 2024
1 parent 6a700c2 commit 4654cc6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4654cc6

Please sign in to comment.