From 313783e294fc390850696df98e9343bb71bc5501 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sat, 12 Oct 2024 15:54:21 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Fix=20smokeshow,=20checkout=20fi?= =?UTF-8?q?les=20on=20CI=20(#1136)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/smokeshow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/smokeshow.yml b/.github/workflows/smokeshow.yml index 2280a9d..651f838 100644 --- a/.github/workflows/smokeshow.yml +++ b/.github/workflows/smokeshow.yml @@ -15,8 +15,8 @@ jobs: smokeshow: if: ${{ github.event.workflow_run.conclusion == 'success' }} runs-on: ubuntu-latest - steps: + - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: python-version: '3.9'