summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authormartinfalisse <martinmotteditfalisse@gmail.com>2022-11-25 18:28:34 +0100
committerAndreas Kling <kling@serenityos.org>2022-11-25 23:03:59 +0100
commit432b2aed6735c733e151e9928b204fc9a7cf3aa5 (patch)
tree8303eba9b51107b773f4ed00184db053a68ef5d0 /.github
parent44c518e76741c061ddb436ad393928418a00c491 (diff)
downloadserenity-432b2aed6735c733e151e9928b204fc9a7cf3aa5.zip
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.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lintcommits.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lintcommits.yml b/.github/workflows/lintcommits.yml
index f70dfb9e28..7263eef04c 100644
--- a/.github/workflows/lintcommits.yml
+++ b/.github/workflows/lintcommits.yml
@@ -12,7 +12,7 @@ jobs:
steps:
- name: Lint PR commits
- uses: actions/github-script@v5
+ uses: actions/github-script@v6
with:
script: |
const rules = [