diff --git a/.github/workflows/pr_tests.yml b/.github/workflows/pr_tests.yml index c8a9205..1b31786 100644 --- a/.github/workflows/pr_tests.yml +++ b/.github/workflows/pr_tests.yml @@ -29,7 +29,7 @@ jobs: - name: "Install Ruby ${{matrix.puppet.ruby_version}}" uses: ruby/setup-ruby@v1 with: - ruby-version: 3.4.9 + ruby-version: 3.4.10 bundler-cache: true - name: 'Run rubocop' run: | @@ -43,7 +43,7 @@ jobs: - name: 'Install Ruby ${{matrix.puppet.ruby_version}}' 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 ||:' - name: 'Tags and changelogs' diff --git a/.github/workflows/tag_deploy_asset.yml b/.github/workflows/tag_deploy_asset.yml index 457a4e6..1e449a1 100644 --- a/.github/workflows/tag_deploy_asset.yml +++ b/.github/workflows/tag_deploy_asset.yml @@ -43,7 +43,7 @@ jobs: clean: true - 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 pkg:check_version