diff --git a/.github/workflows/check-build.yml b/.github/workflows/check-build.yml index 0351bb9..e8d6ef7 100644 --- a/.github/workflows/check-build.yml +++ b/.github/workflows/check-build.yml @@ -27,7 +27,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Set Up Python - uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4.9.1 + uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 with: cache: 'pip' cache-dependency-path: './docs/requirements.txt' diff --git a/.github/workflows/semantic-release.yml b/.github/workflows/semantic-release.yml index 782efe2..3d94dc3 100644 --- a/.github/workflows/semantic-release.yml +++ b/.github/workflows/semantic-release.yml @@ -42,7 +42,7 @@ jobs: git reset --hard ${{ github.sha }} - name: Setup Python - uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4.9.1 + uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 with: python-version: '3.12.10' cache: 'pip'