Skip to content

build(deps): bump json from 2.19.5 to 2.19.9 #336

build(deps): bump json from 2.19.5 to 2.19.9

build(deps): bump json from 2.19.5 to 2.19.9 #336

Workflow file for this run

name: Check tag files
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
permissions:
contents: read
jobs:
tags:
runs-on: ubuntu-latest
name: Check tag files
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Set up Ruby
uses: ruby/setup-ruby@0dafeac902942906541bc140009cdbf32665b601 # v1.315.0
with:
ruby-version: 3.4.8
bundler-cache: true
- name: Check tag files are properly updated
run: |
bundle exec rake update_tags
git --no-pager diff --exit-code