Skip to content

Bump thor from 1.3.1 to 1.3.2 #1845

Bump thor from 1.3.1 to 1.3.2

Bump thor from 1.3.1 to 1.3.2 #1845

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- run: GOVUK_DOCKER_DIR=. make test-ci