Skip to content

Commit 868884f

Browse files
authored
Merge pull request #87 from puppet-bootstrap/renovate/actions-checkout-5.x
Update actions/checkout action to v5
2 parents 0a8448a + 558c290 commit 868884f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pr.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
vagrant-syntax:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v5
1212
- uses: ruby/setup-ruby@v1
1313
with:
1414
ruby-version: '3.4'
@@ -29,7 +29,7 @@ jobs:
2929
env:
3030
OPENVOX_GEM_VERSION: ${{matrix.openvox.openvox_version}}
3131
steps:
32-
- uses: actions/checkout@v4
32+
- uses: actions/checkout@v5
3333
- uses: ruby/setup-ruby@v1
3434
with:
3535
ruby-version: ${{matrix.openvox.ruby_version}}
@@ -54,7 +54,7 @@ jobs:
5454
env:
5555
OPENVOX_GEM_VERSION: ${{matrix.openvox.openvox_version}}
5656
steps:
57-
- uses: actions/checkout@v4
57+
- uses: actions/checkout@v5
5858
- uses: ruby/setup-ruby@v1
5959
with:
6060
ruby-version: ${{matrix.openvox.ruby_version}}
@@ -66,7 +66,7 @@ jobs:
6666
yamllint:
6767
runs-on: ubuntu-latest
6868
steps:
69-
- uses: actions/checkout@v4
69+
- uses: actions/checkout@v5
7070
- name: Install yamllint
7171
run: pip install 'yamllint>=1,<2'
7272
- name: Run yamllint

0 commit comments

Comments
 (0)