Skip to content

Bump actions/attest-build-provenance from 2.4.0 to 3.0.0 #181

Bump actions/attest-build-provenance from 2.4.0 to 3.0.0

Bump actions/attest-build-provenance from 2.4.0 to 3.0.0 #181

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby_version: ["3.1", "3.2", "3.3", "3.4"]
steps:
- uses: actions/checkout@v5
- name: Update .ruby-version with matrix value
run: echo "${{ matrix.ruby_version }}" >| .ruby-version
- uses: ruby/setup-ruby@829114fc20da43a41d27359103ec7a63020954d4 # [email protected]
with:
bundler-cache: true
- name: test
run: script/test