From 1a96422319cbb20939265697cb62da1f11aaf964 Mon Sep 17 00:00:00 2001 From: Przemek Rzad Date: Mon, 16 Oct 2023 23:10:17 +0200 Subject: [PATCH] Update rfc-action.yml (#37) --- .github/workflows/rfc-action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rfc-action.yml b/.github/workflows/rfc-action.yml index be0e30cd1..b1a4b4f40 100644 --- a/.github/workflows/rfc-action.yml +++ b/.github/workflows/rfc-action.yml @@ -14,6 +14,6 @@ jobs: if: ${{ github.event.issue.pull_request && startsWith(github.event.comment.body, '/rfc') }} runs-on: ubuntu-latest steps: - - uses: paritytech/rfc-action@be7c934ade5bfce5eae889db3d6a286560431333 # v0.0.3 + - uses: paritytech/rfc-action@c8b00e2264712a7093a5b64c6ffd2298b49d41cf # v0.0.4 env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}