From 97e46183134c33b803adba7e67c80ff6bf06e4ef Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Sat, 7 Oct 2023 09:00:48 -0700 Subject: [PATCH] checkout needs to be its own step --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9c5113a..f0dc707 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,8 +7,8 @@ jobs: outputs: json: ${{ steps.load.outputs.json }} steps: + - uses: actions/checkout@v4 - id: load - uses: actions/checkout@v4 run: | JSON=$(cat ./.python-versions.json) echo "::set-output name=json::${JSON}"