From b82fdb8b258722d546b535d89d5796e3a9b6981b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Oct 2022 12:29:00 +0000 Subject: [PATCH] build(deps): bump actions/github-script from 5 to 6.3.3 Bumps [actions/github-script](https://github.com/actions/github-script) from 5 to 6.3.3. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v5...v6.3.3) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/merge_greetings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/merge_greetings.yml b/.github/workflows/merge_greetings.yml index 848d8263..f2bc36c3 100644 --- a/.github/workflows/merge_greetings.yml +++ b/.github/workflows/merge_greetings.yml @@ -13,7 +13,7 @@ jobs: run: curl "https://api.giphy.com/v1/gifs/search?q=congratulation&api_key=YRosHbxsmDAZ6JI7xZ0M5J4EqpMb3xKj&limit=100" > .gifs - name: Select random gif and comment issue - uses: actions/github-script@v5 + uses: actions/github-script@v6.3.3 with: script: | const fs = require('fs');