diff --git a/.github/workflows/fabric-deployment.yml b/.github/workflows/fabric-deployment.yml index 1b61b03..a9f165d 100644 --- a/.github/workflows/fabric-deployment.yml +++ b/.github/workflows/fabric-deployment.yml @@ -50,7 +50,7 @@ jobs: fetch-depth: 0 - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v6 with: python-version: ${{ env.PYTHON_VERSION }} cache: 'pip' @@ -147,7 +147,7 @@ jobs: uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v6 with: python-version: ${{ env.PYTHON_VERSION }}