Skip to content

Commit d90177e

Browse files
dependabot[bot]jaymzh
authored andcommitted
Bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7652005 commit d90177e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
env:
1818
BUNDLE_WITHOUT: ruby_shadow:packaging
1919
steps:
20-
- uses: actions/checkout@v6
20+
- uses: actions/checkout@v7
2121
- uses: ruby/setup-ruby@v1
2222
with:
2323
ruby-version: 3.4
@@ -30,7 +30,7 @@ jobs:
3030
spellcheck:
3131
runs-on: ubuntu-latest
3232
steps:
33-
- uses: actions/checkout@v6
33+
- uses: actions/checkout@v7
3434
- run: |
3535
curl --location 'https://raw.githubusercontent.com/chef/chef_dictionary/main/chef.txt' --output chef_dictionary.txt
3636
- uses: streetsidesoftware/cspell-action@v8.4.0
@@ -40,7 +40,7 @@ jobs:
4040
name: Check if all files end in newline
4141
steps:
4242
- name: Checkout
43-
uses: actions/checkout@v6
43+
uses: actions/checkout@v7
4444
- name: Linelint
4545
uses: fernandrone/linelint@master
4646
id: linelint

0 commit comments

Comments
 (0)