From 8cd0d05ee39fdbef3ea0723c598770fb562cba95 Mon Sep 17 00:00:00 2001 From: Wayland-Smithy <64715958+Wayland-Smithy@users.noreply.github.com> Date: Sun, 14 May 2023 20:43:29 -0700 Subject: [PATCH] Update emoji remover workflow for node16 (#75434) ## About The Pull Request Bumps the emoji remover action's commit hash +1 to [the current one](https://github.com/Wayland-Smithy/emoji-stripper-action/commit/de0c1d158edee50700583d6454aa5f5117337599) which has passed my node16 testing. Necessary for when github intends to disable node12 later this year. ## Why It's Good For The Repo Paying off some tech debt so the action continues to help maintain maintainer sanity into 2024 and byond, ## Changelog Non player/admin facing change. --- .github/workflows/pr_emoji.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_emoji.yml b/.github/workflows/pr_emoji.yml index 219b319298a..a9d35d2456f 100644 --- a/.github/workflows/pr_emoji.yml +++ b/.github/workflows/pr_emoji.yml @@ -10,7 +10,7 @@ jobs: title_and_changelog: runs-on: ubuntu-20.04 steps: - - uses: Wayland-Smithy/emoji-stripper-action@8f4c2fe9748bb9b02f105be4e72a1a42b0f34d84 + - uses: Wayland-Smithy/emoji-stripper-action@de0c1d158edee50700583d6454aa5f5117337599 with: repo-token: ${{ secrets.GITHUB_TOKEN }} title: true