Skip to content

Commit 96f108e

Browse files
authored
Merge pull request #8 from voxpupuli/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents 190cdca + 8d8ca0d commit 96f108e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
puppet_unit_test_matrix: ${{ steps.get-outputs.outputs.puppet_unit_test_matrix }}
2020
puppet_beaker_test_matrix: ${{ steps.get-outputs.outputs.puppet_beaker_test_matrix }}
2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v6
2323
- name: Install Ruby ${{ matrix.ruby }}
2424
uses: ruby/setup-ruby@v1
2525
with:
@@ -43,7 +43,7 @@ jobs:
4343
include: ${{fromJson(needs.setup_matrix.outputs.puppet_beaker_test_matrix)}}
4444
name: "${{ matrix.name }}"
4545
steps:
46-
- uses: actions/checkout@v4
46+
- uses: actions/checkout@v6
4747
- name: Setup ruby
4848
uses: ruby/setup-ruby@v1
4949
with:

0 commit comments

Comments
 (0)