mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:47:45 +00:00
CI: Upgrade actions/github-script
to v6
The only breaking change is an internal switch to node 16 which doesn't seem to affect the functionality of the lintcommits script.
This commit is contained in:
parent
44c518e767
commit
432b2aed67
1 changed files with 1 additions and 1 deletions
2
.github/workflows/lintcommits.yml
vendored
2
.github/workflows/lintcommits.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Lint PR commits
|
- name: Lint PR commits
|
||||||
uses: actions/github-script@v5
|
uses: actions/github-script@v6
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
const rules = [
|
const rules = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue