diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c8d51c7f..aff815fc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -147,7 +147,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} ref: ${{ env.tag_name }} fetch-depth: 0 - - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 + - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 with: python-version: "3.12" - name: Install requirements diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f9c60b29..43b7d993 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,7 +34,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Install Python - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 + uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 with: python-version: 3.12 - name: Checkout code @@ -57,7 +57,7 @@ jobs: - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 - - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 + - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 with: python-version: "3.12" - name: Install requirements diff --git a/.github/workflows/test_integrations.yml b/.github/workflows/test_integrations.yml index 8080afb1..4581e560 100644 --- a/.github/workflows/test_integrations.yml +++ b/.github/workflows/test_integrations.yml @@ -50,7 +50,7 @@ jobs: DD_INSIDE_CI: "true" steps: - name: Install Python - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 + uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 with: python-version: 3.12 - name: Checkout code