diff --git a/.github/workflows/fabric-deployment.yml b/.github/workflows/fabric-deployment.yml index 1b61b03..cf1daf7 100644 --- a/.github/workflows/fabric-deployment.yml +++ b/.github/workflows/fabric-deployment.yml @@ -45,7 +45,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -144,7 +144,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Set up Python uses: actions/setup-python@v4 @@ -291,7 +291,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Download wheel artifact uses: actions/download-artifact@v4