Skip to content

Commit f98bef5

Browse files
Bump actions/checkout from 5 to 6
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>
1 parent 522ff39 commit f98bef5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-app.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
python-version: ["3.9", "3.11", "3.13"]
2424

2525
steps:
26-
- uses: actions/checkout@v5
26+
- uses: actions/checkout@v6
2727

2828
- name: Set up Python ${{ matrix.python-version }}
2929
uses: actions/setup-python@v6
@@ -60,7 +60,7 @@ jobs:
6060
BAMBAM_RANDOM_SEED: 0
6161

6262
steps:
63-
- uses: actions/checkout@v5
63+
- uses: actions/checkout@v6
6464

6565
- name: Set up Python ${{ matrix.python-version }}
6666
uses: actions/setup-python@v6
@@ -136,7 +136,7 @@ jobs:
136136
python-version: ["3.13"] # Just latest to keep number of combinations down.
137137

138138
steps:
139-
- uses: actions/checkout@v5
139+
- uses: actions/checkout@v6
140140

141141
- name: Set up Python ${{ matrix.python-version }}
142142
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)