Skip to content

build(deps): bump the ruby-deps group with 11 updates #1081

build(deps): bump the ruby-deps group with 11 updates

build(deps): bump the ruby-deps group with 11 updates #1081

Workflow file for this run

# This workflow will build a middleman project with bundle
name: Testing For PRs
on: [ pull_request ]
concurrency:
group: ${{ github.workflow }}
permissions:
contents: read
jobs:
complete_build:
runs-on: ubuntu-latest
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
with:
egress-policy: audit
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Set up Ruby
uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.310.0
with:
bundler-cache: true
- name: Run the build
env:
RUN_EXTERNAL_CHECKS: true
run: bundle exec rake build --verbose