Skip to content

Commit

Permalink
Update CI infrastructure to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl committed May 23, 2024
1 parent 714584a commit 5a3df3d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ concurrency:
jobs:
puppet:
name: Puppet
uses: voxpupuli/gha-puppet/.github/workflows/basic.yml@v1
uses: voxpupuli/gha-puppet/.github/workflows/basic.yml@v2
with:
rubocop: false
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source 'https://rubygems.org'

gem 'puppet', ENV['PUPPET_GEM_VERSION'] || '>= 3.8', require: false
gem 'puppet_metadata', '~> 1.0', require: false
gem 'voxpupuli-test', require: false
gem 'puppet', ENV['PUPPET_GEM_VERSION'] || '>= 6.1', require: false
gem 'puppet_metadata', '~> 4.0', require: false
gem 'voxpupuli-test', '~> 7.0', require: false

0 comments on commit 5a3df3d

Please sign in to comment.