Skip to content

Commit c72be45

Browse files
chore(deps): 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 a190b43 commit c72be45

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/cron.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
os: [macos-latest, ubuntu-latest, windows-latest]
2222
runs-on: ${{ matrix.os }}
2323
steps:
24-
- uses: actions/checkout@v5
24+
- uses: actions/checkout@v6
2525
- name: Use Node.js ${{ matrix.node-version }}
2626
uses: actions/setup-node@v6
2727
with:
@@ -47,7 +47,7 @@ jobs:
4747
run:
4848
working-directory: go
4949
steps:
50-
- uses: actions/checkout@v5
50+
- uses: actions/checkout@v6
5151
- name: Use Go ${{ matrix.go-version }}
5252
uses: actions/setup-go@v5
5353
with:
@@ -79,7 +79,7 @@ jobs:
7979
run:
8080
working-directory: rust
8181
steps:
82-
- uses: actions/checkout@v5
82+
- uses: actions/checkout@v6
8383
- name: Use Rust ${{ matrix.rust-version }}
8484
uses: dtolnay/rust-toolchain@master
8585
with:
@@ -107,7 +107,7 @@ jobs:
107107
shell: bash
108108
working-directory: ./python
109109
steps:
110-
- uses: actions/checkout@v5
110+
- uses: actions/checkout@v6
111111
- name: Set up Python ${{ matrix.python-version }}
112112
uses: actions/setup-python@v6
113113
with:

0 commit comments

Comments
 (0)