We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27ba041 commit 357d561Copy full SHA for 357d561
1 file changed
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
BUNDLE_WITHOUT: development:system_tests:release
23
PUPPET_GEM_VERSION: ">= 7.0"
24
steps:
25
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6.0.2
26
- name: Setup ruby
27
uses: ruby/setup-ruby@v1
28
with:
@@ -49,7 +49,7 @@ jobs:
49
PUPPET_VERSION: "~> ${{ matrix.puppet }}.0"
50
name: Puppet ${{ matrix.puppet }} (Ruby ${{ matrix.ruby }})
51
52
53
54
55
@@ -71,7 +71,7 @@ jobs:
71
include: ${{fromJson(needs.setup_matrix.outputs.puppet_beaker_test_matrix)}}
72
name: "${{ matrix.name }}"
73
74
75
76
77
0 commit comments