Skip to content

Commit f770ef1

Browse files
renovate[bot]silug
authored andcommitted
Update actions/checkout action to v7
1 parent 648e810 commit f770ef1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.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@v6
11+
- uses: actions/checkout@v7
1212
- uses: ruby/setup-ruby@v1
1313
with:
1414
ruby-version: '4.0.6'
@@ -29,7 +29,7 @@ jobs:
2929
env:
3030
OPENVOX_GEM_VERSION: ${{matrix.openvox.openvox_version}}
3131
steps:
32-
- uses: actions/checkout@v6
32+
- uses: actions/checkout@v7
3333
- uses: ruby/setup-ruby@v1
3434
with:
3535
ruby-version: ${{matrix.openvox.ruby_version}}
@@ -57,7 +57,7 @@ jobs:
5757
env:
5858
OPENVOX_GEM_VERSION: ${{matrix.openvox.openvox_version}}
5959
steps:
60-
- uses: actions/checkout@v6
60+
- uses: actions/checkout@v7
6161
- uses: ruby/setup-ruby@v1
6262
with:
6363
ruby-version: ${{matrix.openvox.ruby_version}}
@@ -69,7 +69,7 @@ jobs:
6969
yamllint:
7070
runs-on: ubuntu-latest
7171
steps:
72-
- uses: actions/checkout@v6
72+
- uses: actions/checkout@v7
7373
- name: Install yamllint
7474
run: pip install 'yamllint>=1,<2'
7575
- name: Run yamllint

0 commit comments

Comments
 (0)