Skip to content

Commit 34581d4

Browse files
Merge branch 'main' into group-by-option
2 parents c1cf4d0 + b464ee5 commit 34581d4

7 files changed

Lines changed: 18 additions & 18 deletions

File tree

.github/actions/gh-cache/delete/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ runs:
4040
fi
4141
4242
- name: Checkout repository to temporary directory
43-
uses: actions/checkout@v6
43+
uses: actions/checkout@v7
4444
with:
4545
token: ${{ inputs.token }}
4646
fetch-depth: 0

.github/actions/gh-cache/restore/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ runs:
4444
fi
4545
4646
- name: Checkout repository to temporary directory
47-
uses: actions/checkout@v6
47+
uses: actions/checkout@v7
4848
with:
4949
token: ${{ inputs.token }}
5050
fetch-depth: 0

.github/actions/gh-cache/save/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ runs:
4040
fi
4141
4242
- name: Checkout repository to temporary directory
43-
uses: actions/checkout@v6
43+
uses: actions/checkout@v7
4444
with:
4545
token: ${{ inputs.token }}
4646
fetch-depth: 0

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@v6
26+
uses: actions/checkout@v7
2727

2828
- name: Setup Node
2929
uses: actions/setup-node@v6

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ jobs:
3131
site: ['sites/site-with-errors']
3232
steps:
3333
- name: Checkout
34-
uses: actions/checkout@v6
34+
uses: actions/checkout@v7
3535

3636
- name: Setup Ruby
37-
uses: ruby/setup-ruby@89f90524b88a01fe6e0b732220432cc6142926af
37+
uses: ruby/setup-ruby@9eb537ca036ebaed86729dcb9309076e4c5c3b74
3838
with:
3939
ruby-version: '3.4'
4040
bundler-cache: true

package-lock.json

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@octokit/core": "^7.0.6",
2727
"@octokit/plugin-throttling": "^11.0.3",
2828
"@octokit/types": "^16.0.0",
29-
"@types/node": "^25.9.0",
29+
"@types/node": "^26.0.0",
3030
"eslint": "^10.4.0",
3131
"eslint-config-prettier": "^10.1.8",
3232
"prettier": "^3.8.3",

0 commit comments

Comments
 (0)