Skip to content

Commit 7c84363

Browse files
Bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...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 0e8810d commit 7c84363

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/run-on-pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
# steps to run in each job. Some are github actions, others run shell commands
3737
steps:
3838
- name: Checkout repo
39-
uses: actions/checkout@v4
39+
uses: actions/checkout@v6
4040

4141
- name: Set up python
4242
uses: actions/setup-python@v6
@@ -68,7 +68,7 @@ jobs:
6868

6969
steps:
7070
- name: Checkout repo
71-
uses: actions/checkout@v4
71+
uses: actions/checkout@v6
7272

7373
- name: Set up python
7474
uses: actions/setup-python@v6

.github/workflows/run-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
# steps to run in each job. Some are github actions, others run shell commands
5050
steps:
5151
- name: Checkout repo
52-
uses: actions/checkout@v4
52+
uses: actions/checkout@v6
5353

5454
- name: Set up python
5555
uses: actions/setup-python@v6
@@ -81,7 +81,7 @@ jobs:
8181

8282
steps:
8383
- name: Checkout repo
84-
uses: actions/checkout@v4
84+
uses: actions/checkout@v6
8585

8686
- name: Set up python
8787
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)