Skip to content

Commit a7c53b4

Browse files
chore(deps): bump actions/checkout from 5 to 6 (#1364)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a112776 commit a7c53b4

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
8888
8989
- name: Checkout toqito repository at the current/mentioned commit
90-
uses: actions/checkout@v5
90+
uses: actions/checkout@v6
9191
with:
9292
path: toqito
9393
ref: ${{ steps.defaults.outputs.target_ref }}
@@ -114,7 +114,7 @@ jobs:
114114
echo "================================"
115115
116116
- name: Checkout toqito-bench repository
117-
uses: actions/checkout@v5
117+
uses: actions/checkout@v6
118118
with:
119119
repository: vprusso/toqito-bench
120120
path: toqito-bench

.github/workflows/build-test-actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
env:
2727
PYTHON: ${{ matrix.python-version }}
2828
steps:
29-
- uses: actions/checkout@v5
29+
- uses: actions/checkout@v6
3030
- uses: astral-sh/ruff-action@v3
3131
- run: ruff check --fix
3232
- run: ruff format
@@ -58,7 +58,7 @@ jobs:
5858
env:
5959
PYTHON: ${{ matrix.python-version }}
6060
steps:
61-
- uses: actions/checkout@v5
61+
- uses: actions/checkout@v6
6262
- name: Set up Python ${{ matrix.python-version }}
6363
uses: actions/setup-python@v6
6464
with:

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Check out toqito
18-
uses: actions/checkout@v5
18+
uses: actions/checkout@v6
1919
with:
2020
ref: ${{ github.ref }} # only publish to PyPI on tag pushes
2121
- name: Set up Python

0 commit comments

Comments
 (0)