Skip to content

Update actions/setup-node action to v6.3.0 (#766) #2247

Update actions/setup-node action to v6.3.0 (#766)

Update actions/setup-node action to v6.3.0 (#766) #2247

Workflow file for this run

name: Pull Request CI
on:
push:
pull_request:
merge_group:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
strategy:
matrix:
# https://www.ruby-lang.org/en/downloads/branches/
ruby:
- '3.2'
- '3.3'
- '3.4'
name: Ruby v${{ matrix.ruby }}
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
submodules: true
- uses: ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd # v1.288.0
with:
ruby-version: ${{ matrix.ruby }}
- uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
with:
distribution: 'temurin'
java-version: 17
architecture: x64
- run: bundle install
- run: python3 generate-code.py
- run: bundle exec rake ci
pinact:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Run pinact
uses: suzuki-shunsuke/pinact-action@1081f5ad49ac904b7d977784f338145150a32112 # v1.4.0
with:
skip_push: "true"