Skip to content

Commit 3ddf36c

Browse files
Bump actions/checkout from 5 to 6 (#2895)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 41dfe83 commit 3ddf36c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/benchmarks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: uv pip install --system numpy pandas tqdm tabulate matplotlib solara networkx scipy
3535
# Benchmarks on the projectmesa main branch
3636
- name: Checkout main branch
37-
uses: actions/checkout@v5
37+
uses: actions/checkout@v6
3838
with:
3939
ref: main
4040
repository: projectmesa/mesa
@@ -50,7 +50,7 @@ jobs:
5050
name: timings-main
5151
path: benchmarks/timings_1.pickle
5252
- name: Checkout PR branch
53-
uses: actions/checkout@v5
53+
uses: actions/checkout@v6
5454
if: github.event_name == 'pull_request_target'
5555
with:
5656
ref: ${{ github.event.pull_request.head.ref }}

.github/workflows/build_lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
# python-version: 'pypy-3.8'
4141

4242
steps:
43-
- uses: actions/checkout@v5
43+
- uses: actions/checkout@v6
4444
- name: Set up Python ${{ matrix.python-version }}
4545
uses: actions/setup-python@v6
4646
with:
@@ -65,7 +65,7 @@ jobs:
6565
examples:
6666
runs-on: ubuntu-latest
6767
steps:
68-
- uses: actions/checkout@v5
68+
- uses: actions/checkout@v6
6969
- name: Set up Python
7070
uses: actions/setup-python@v6
7171
with:
@@ -77,7 +77,7 @@ jobs:
7777
- name: Install Mesa
7878
run: uv pip install --system .[examples]
7979
- name: Checkout mesa-examples
80-
uses: actions/checkout@v5
80+
uses: actions/checkout@v6
8181
with:
8282
repository: projectmesa/mesa-examples
8383
path: mesa-examples

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
id-token: write
2929
steps:
3030
- name: Checkout source
31-
uses: actions/checkout@v5
31+
uses: actions/checkout@v6
3232
- name: Set up Python
3333
uses: actions/setup-python@v6
3434
with:

0 commit comments

Comments
 (0)