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.
2 parents 190cdca + 8d8ca0d commit 96f108eCopy full SHA for 96f108e
1 file changed
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
puppet_unit_test_matrix: ${{ steps.get-outputs.outputs.puppet_unit_test_matrix }}
20
puppet_beaker_test_matrix: ${{ steps.get-outputs.outputs.puppet_beaker_test_matrix }}
21
steps:
22
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
23
- name: Install Ruby ${{ matrix.ruby }}
24
uses: ruby/setup-ruby@v1
25
with:
@@ -43,7 +43,7 @@ jobs:
43
include: ${{fromJson(needs.setup_matrix.outputs.puppet_beaker_test_matrix)}}
44
name: "${{ matrix.name }}"
45
46
47
- name: Setup ruby
48
49
0 commit comments