mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-06 19:19:44 +03: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
Notes:
sideshowbarker
2024-07-17 04:07:13 +09:00
Author: https://github.com/martinfalisse Commit: https://github.com/SerenityOS/serenity/commit/432b2aed67 Pull-request: https://github.com/SerenityOS/serenity/pull/16186
2
.github/workflows/lintcommits.yml
vendored
2
.github/workflows/lintcommits.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Lint PR commits
|
||||
uses: actions/github-script@v5
|
||||
uses: actions/github-script@v6
|
||||
with:
|
||||
script: |
|
||||
const rules = [
|
||||
|
Loading…
Reference in New Issue
Block a user