Skip to content

Commit 4304c28

Browse files
Merge pull request #3029 from rurema/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents 3672a46 + 8ba5959 commit 4304c28

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)