Skip to content

chore(deps): bump ruby/setup-ruby from 1.202.0 to 1.203.0 #361

chore(deps): bump ruby/setup-ruby from 1.202.0 to 1.203.0

chore(deps): bump ruby/setup-ruby from 1.202.0 to 1.203.0 #361

Workflow file for this run

name: Test running setup-licensed
permissions:
contents: read
on:
pull_request:
types:
- opened
- reopened
- synchronize
# run on demand
workflow_dispatch:
jobs:
gem:
runs-on: ubuntu-latest
steps:
# checkout the repo
- uses: actions/checkout@v4
# install ruby
- uses: ruby/setup-ruby@2a18b06812b0e15bb916e1df298d3e740422c47e
with:
bundler-cache: 'true'
ruby-version: "3.0"
# install node
- uses: actions/setup-node@v4
with:
node-version: "18.x"
# run the action
- name: Run setup-licensed
uses: ./
with:
version: '4.x'
exe:
runs-on: ubuntu-latest
steps:
# checkout the repo
- uses: actions/checkout@v4
# do not install ruby
# install node
- uses: actions/setup-node@v4
with:
node-version: "18.x"
# run the action
- name: Run setup-licensed
uses: ./
with:
version: '3.x'