Skip to content

build(deps): bump actions/checkout from 4.3.0 to 5.0.1 #44

build(deps): bump actions/checkout from 4.3.0 to 5.0.1

build(deps): bump actions/checkout from 4.3.0 to 5.0.1 #44

Workflow file for this run

name: CI
on:
push:
pull_request:
permissions: {}
jobs:
fmt:
permissions:
contents: read # for actions/checkout to fetch code
name: Format
runs-on: ubuntu-latest
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
with:
egress-policy: audit
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
- uses: ruby/setup-ruby@d5126b9b3579e429dd52e51e68624dda2e05be25 # v1.267.0
with:
ruby-version: '3.2'
- run: gem install rufo
- run: rufo -c .