diff --git a/.github/workflows/build_document.yml b/.github/workflows/build_document.yml index 01b53bc..fee8e8d 100644 --- a/.github/workflows/build_document.yml +++ b/.github/workflows/build_document.yml @@ -33,7 +33,7 @@ jobs: sudo apt-get install dvipng - name: Set up Python ${{env.python_version}} - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 + uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 with: python-version: ${{env.python_version}} diff --git a/.github/workflows/python_test.yml b/.github/workflows/python_test.yml index ec3a776..5e0401c 100644 --- a/.github/workflows/python_test.yml +++ b/.github/workflows/python_test.yml @@ -29,7 +29,7 @@ jobs: - name: Checkout uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 - name: Set up Python ${{matrix.python-version}} - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 + uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 with: python-version: ${{matrix.python-version}} - name: Install dependencies diff --git a/.github/workflows/sonarcloud_check.yml b/.github/workflows/sonarcloud_check.yml index 9d0a5c8..c5099cd 100644 --- a/.github/workflows/sonarcloud_check.yml +++ b/.github/workflows/sonarcloud_check.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 - name: Set up Python - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 + uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 with: python-version: 3.9