Skip to content

Commit 8ba5959

Browse files
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 3672a46 commit 8ba5959

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ${{ matrix.os }}
3636

3737
steps:
38-
- uses: actions/checkout@v6
38+
- uses: actions/checkout@v7
3939
- name: Set up Ruby
4040
uses: ruby/setup-ruby@v1
4141
with:
@@ -72,7 +72,7 @@ jobs:
7272
cd /tmp
7373
mv -v html html.pr
7474
- name: Checkout base
75-
uses: actions/checkout@v6
75+
uses: actions/checkout@v7
7676
with:
7777
ref: ${{ github.event.pull_request.base.sha }}
7878
- name: Install dependencies (base)
@@ -98,7 +98,7 @@ jobs:
9898
runs-on: ubuntu-latest
9999

100100
steps:
101-
- uses: actions/checkout@v6
101+
- uses: actions/checkout@v7
102102
- name: Install misspell
103103
run: 'curl -L https://git.io/misspell | bash'
104104
- name: Run misspell

0 commit comments

Comments
 (0)