From 6ebe23cef6d27895b101d16d2270886388250173 Mon Sep 17 00:00:00 2001 From: Gwilym Kuiper Date: Thu, 24 Feb 2022 20:31:39 +0000 Subject: [PATCH] Actually checkout the repo too --- .github/workflows/update-lockfiles.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/update-lockfiles.yml b/.github/workflows/update-lockfiles.yml index dae3f280..c77b5d42 100644 --- a/.github/workflows/update-lockfiles.yml +++ b/.github/workflows/update-lockfiles.yml @@ -15,5 +15,7 @@ jobs: steps: - name: Set CARGO_TARGET_DIR run: echo "CARGO_TARGET_DIR=$HOME/target" >> $GITHUB_ENV + - name: Check out repository + uses: actions/checkout@v2 - name: Update lock files run: bash .github/scripts/update-lockfiles.sh \ No newline at end of file