diff --git a/.github/workflows/check-build.yml b/.github/workflows/check-build.yml index 174be4e..ae9d06a 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: 'requirements.txt' diff --git a/.github/workflows/semantic-release.yml b/.github/workflows/semantic-release.yml index 0c6f41a..c64217f 100644 --- a/.github/workflows/semantic-release.yml +++ b/.github/workflows/semantic-release.yml @@ -40,7 +40,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.8.18' cache: 'pip'