mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-12-01 16:48:07 +08:00
Bump actions/checkout from 5 to 6 (#60)
Some checks failed
test / macos Ruby 2.6 (push) Has been cancelled
test / macos Ruby 2.7 (push) Has been cancelled
test / macos Ruby 3.0 (push) Has been cancelled
test / macos Ruby 3.1 (push) Has been cancelled
test / macos Ruby 3.2 (push) Has been cancelled
test / macos Ruby 3.3 (push) Has been cancelled
test / macos Ruby 3.4 (push) Has been cancelled
test / macos Ruby head (push) Has been cancelled
test / ubuntu Ruby 2.6 (push) Has been cancelled
test / ubuntu Ruby 2.7 (push) Has been cancelled
test / ubuntu Ruby 3.0 (push) Has been cancelled
test / ubuntu Ruby 3.1 (push) Has been cancelled
test / ubuntu Ruby 3.2 (push) Has been cancelled
test / ubuntu Ruby 3.3 (push) Has been cancelled
test / ubuntu Ruby 3.4 (push) Has been cancelled
test / ubuntu Ruby head (push) Has been cancelled
doc / build (push) Has been cancelled
Some checks failed
test / macos Ruby 2.6 (push) Has been cancelled
test / macos Ruby 2.7 (push) Has been cancelled
test / macos Ruby 3.0 (push) Has been cancelled
test / macos Ruby 3.1 (push) Has been cancelled
test / macos Ruby 3.2 (push) Has been cancelled
test / macos Ruby 3.3 (push) Has been cancelled
test / macos Ruby 3.4 (push) Has been cancelled
test / macos Ruby head (push) Has been cancelled
test / ubuntu Ruby 2.6 (push) Has been cancelled
test / ubuntu Ruby 2.7 (push) Has been cancelled
test / ubuntu Ruby 3.0 (push) Has been cancelled
test / ubuntu Ruby 3.1 (push) Has been cancelled
test / ubuntu Ruby 3.2 (push) Has been cancelled
test / ubuntu Ruby 3.3 (push) Has been cancelled
test / ubuntu Ruby 3.4 (push) Has been cancelled
test / ubuntu Ruby head (push) Has been cancelled
doc / build (push) Has been cancelled
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](https://github.com/actions/checkout/compare/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>
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -9,7 +9,7 @@ jobs:
|
||||
os: ["ubuntu", "macos"]
|
||||
ruby: ["2.6", "2.7", "3.0", "3.1", "3.2", "3.3", "3.4", "head"]
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- uses: actions/checkout@v6
|
||||
- uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: ${{ matrix.ruby }}
|
||||
|
||||
2
.github/workflows/doc.yml
vendored
2
.github/workflows/doc.yml
vendored
@@ -10,7 +10,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- uses: actions/checkout@v6
|
||||
- uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: ruby
|
||||
|
||||
Reference in New Issue
Block a user