豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

build(deps): bump ruby/setup-ruby from 1.301.0 to 1.302.0 in the all-dependencies group #566

build(deps): bump ruby/setup-ruby from 1.301.0 to 1.302.0 in the all-dependencies group

build(deps): bump ruby/setup-ruby from 1.301.0 to 1.302.0 in the all-dependencies group #566

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
permissions:
contents: write
pull-requests: write
jobs:
build:
runs-on: ubuntu-latest
name: Ruby ${{ matrix.ruby }}
strategy:
matrix:
ruby:
- '3.2'
steps:
- uses: actions/checkout@v6
- name: Set up Ruby
uses: ruby/setup-ruby@7372622e62b60b3cb750dcd2b9e32c247ffec26a
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run the default task
run: bundle exec rake