diff --git a/.github/workflows/pr_checks.yml b/.github/workflows/pr_checks.yml index 546f60a7..c32d3500 100644 --- a/.github/workflows/pr_checks.yml +++ b/.github/workflows/pr_checks.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v7 - uses: ruby/setup-ruby@v1 with: - ruby-version: 3.4.9 + ruby-version: 3.4.10 bundler-cache: true - run: 'command -v rpm || if command -v apt-get; then sudo apt-get update; sudo apt-get install -y rpm; fi ||:' - run: bundle exec rake check:syntax:yaml @@ -30,7 +30,7 @@ jobs: - uses: actions/checkout@v7 - uses: ruby/setup-ruby@v1 with: - ruby-version: 3.4.9 + ruby-version: 3.4.10 bundler-cache: true - run: 'command -v rpm || if command -v apt-get; then sudo apt-get update; sudo apt-get install -y rpm; fi ||:' - run: | @@ -44,7 +44,7 @@ jobs: - uses: actions/checkout@v7 - uses: ruby/setup-ruby@v1 with: - ruby-version: 3.4.9 + ruby-version: 3.4.10 bundler-cache: true - run: 'command -v rpm || if command -v apt-get; then sudo apt-get update; sudo apt-get install -y rpm; fi ||:' - run: bundle exec rake metadata_lint