From 1cd08e7ea41d36341cbeecc5ad2dc98cb3ac3668 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 23 Feb 2022 23:14:40 +0100 Subject: [PATCH] chore(deps): update actions/github-script action to v6 (#325) --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a93fe605..9eb052d2 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -6,7 +6,7 @@ jobs: update-major: runs-on: ubuntu-latest steps: - - uses: actions/github-script@v3 + - uses: actions/github-script@v6 id: parse-major with: script: |