From 8f4feb5abe5eab2a9ee23edf6830405ed8496453 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 19:27:14 +0000 Subject: [PATCH 1/3] chore: Bump actions/setup-python from 4 to 5 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/benchmark.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 8dadf3f3..28b06dc5 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -45,7 +45,7 @@ jobs: with: submodules: recursive - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.9' - name: Install Go ${{ matrix.go }} for Benchmarks diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 897f31a2..9d74086d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -40,7 +40,7 @@ jobs: with: fetch-depth: 0 - name: Setup Python - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 + uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4.9.1 with: python-version: 3.12 - name: Setup Go diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4cbdc062..485829d8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -389,7 +389,7 @@ jobs: key: integration-conda-${{ hashFiles('cpp/**') }} restore-keys: conda- - name: Setup Python - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 + uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4.9.1 with: python-version: 3.12 - name: Setup Archery From 2f788d1881b83d0d846e4fea9cab68521b0bd4f9 Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Tue, 3 Jun 2025 10:19:32 +0900 Subject: [PATCH 2/3] Revert needless changes --- .github/workflows/lint.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9d74086d..897f31a2 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -40,7 +40,7 @@ jobs: with: fetch-depth: 0 - name: Setup Python - uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4.9.1 + uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 with: python-version: 3.12 - name: Setup Go diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 485829d8..4cbdc062 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -389,7 +389,7 @@ jobs: key: integration-conda-${{ hashFiles('cpp/**') }} restore-keys: conda- - name: Setup Python - uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4.9.1 + uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 with: python-version: 3.12 - name: Setup Archery From 7898676b4b45a7af9d72c68be8c7798de925f97d Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Tue, 3 Jun 2025 10:19:44 +0900 Subject: [PATCH 3/3] Use commit ID --- .github/workflows/benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 28b06dc5..64afb172 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -45,7 +45,7 @@ jobs: with: submodules: recursive - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 with: python-version: '3.9' - name: Install Go ${{ matrix.go }} for Benchmarks