Skip to content

Commit

Permalink
Bump actions/setup-python from 4 to 5
Browse files Browse the repository at this point in the history
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and fornwall committed Dec 7, 2023
1 parent 43c8433 commit 7472e7a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Test with Python ${{ matrix.python-version }}
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: old-benchmark
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Format commit comment
Expand Down Expand Up @@ -273,7 +273,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install requests
Expand Down Expand Up @@ -312,7 +312,7 @@ jobs:
deployments: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.x'
- uses: dtolnay/rust-toolchain@stable
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
name: Setup python
with:
python-version: '3.x'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Setup git for commit
Expand Down

1 comment on commit 7472e7a

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@                     Benchmark Difference                    @@
#     Name   Old (instructions)   New (instructions)   Change (%)
  2023_1_1            1,453,013            1,453,013            0
  2023_1_2            1,426,883            1,426,883            0
  2023_2_1              614,090              614,090            0
  2023_2_2              590,031              590,031            0
  2023_3_1              928,566              928,566            0
  2023_3_2              674,579              674,579            0
Benchmark Instructions (count) Instructions (%)
2023_1_1 1,453,013 25.5
2023_1_2 1,426,883 25.1
2023_3_1 928,566 16.3
2023_3_2 674,579 11.9
2023_2_1 614,090 10.8
2023_2_2 590,031 10.4

Please sign in to comment.