diff --git a/.github/workflows/reusable-fabric-etl.yml b/.github/workflows/reusable-fabric-etl.yml index 23497be..1885dbc 100644 --- a/.github/workflows/reusable-fabric-etl.yml +++ b/.github/workflows/reusable-fabric-etl.yml @@ -51,6 +51,9 @@ jobs: timeout-minutes: 60 environment: ${{ inputs.environment }} steps: + - name: Checkout repository + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - name: Set up Python uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 with: