From 3b912a1f4502a3f3f2d5f7c79dc929b70dfc3693 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Sep 2022 12:50:13 +0000 Subject: [PATCH] build(deps): bump actions/github-script from 5 to 6.3.0 Bumps [actions/github-script](https://github.com/actions/github-script) from 5 to 6.3.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v5...v6.3.0) --- 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..5dfcc8e6 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.0 with: script: | const fs = require('fs');