diff --git a/.github/workflows/plugin-test.yml b/.github/workflows/plugin-test.yml index 9daaabb..378f49d 100644 --- a/.github/workflows/plugin-test.yml +++ b/.github/workflows/plugin-test.yml @@ -30,6 +30,7 @@ jobs: output: ${{ steps.plugin-test.outputs.OUTPUT }} metadata: ${{ steps.plugin-test.outputs.METADATA }} steps: + - uses: actions/checkout@v4 - name: Setup Python environment uses: ./.github/actions/setup-python with: