Skip to content

Bump actions/attest-build-provenance from 2.2.0 to 2.2.3 #36

Bump actions/attest-build-provenance from 2.2.0 to 2.2.3

Bump actions/attest-build-provenance from 2.2.0 to 2.2.3 #36

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@v4
- name: Update .ruby-version with matrix value
run: echo "${{ matrix.ruby_version }}" >| .ruby-version
- uses: ruby/setup-ruby@32110d4e311bd8996b2a82bf2a43b714ccc91777 # pin@v1.221.0
with:
bundler-cache: true
- name: test
run: script/test