From 705286c54ebe615480fbdf1981bc9a0574db21a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jozef=20Steinh=C3=BCbl?= Date: Fri, 17 Nov 2023 15:29:34 +0100 Subject: [PATCH] ci: run checkout --- .github/workflows/action.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 921ac6b..80797d7 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -66,7 +66,10 @@ jobs: needs: setup-bun runs-on: 'ubuntu-latest' - steps: + steps: + - name: Checkout + uses: actions/checkout@v3 + - name: Setup Bun uses: ./