From 432b2aed6735c733e151e9928b204fc9a7cf3aa5 Mon Sep 17 00:00:00 2001 From: martinfalisse Date: Fri, 25 Nov 2022 18:28:34 +0100 Subject: [PATCH] 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. --- .github/workflows/lintcommits.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [