From 03dcd76f3f28f18856f3baa18db77d90406c3c33 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 09:29:31 +0000 Subject: [PATCH 1/2] Update actions/github-script action to v7 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 323a695..702edfa 100644 --- a/action.yml +++ b/action.yml @@ -16,7 +16,7 @@ inputs: runs: using: "composite" steps: - - uses: actions/github-script@v6 + - uses: actions/github-script@v7 env: GH_FEDERATION_ENDPOINT: ${{ inputs.endpoint }} RETRY_MAX: ${{ inputs.retry_max }} From c68d0c62bfc3e8489f1d238508f835d6204b3ebd Mon Sep 17 00:00:00 2001 From: sksat Date: Mon, 22 Jan 2024 18:30:50 +0900 Subject: [PATCH 2/2] specify actions/github-script minor, patch version --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 702edfa..0b0e61d 100644 --- a/action.yml +++ b/action.yml @@ -16,7 +16,7 @@ inputs: runs: using: "composite" steps: - - uses: actions/github-script@v7 + - uses: actions/github-script@v7.0.1 env: GH_FEDERATION_ENDPOINT: ${{ inputs.endpoint }} RETRY_MAX: ${{ inputs.retry_max }}