From 754d045ee3e94b7c398d9e070eaae928856fe3f4 Mon Sep 17 00:00:00 2001 From: Vincent Le Bourlot Date: Mon, 13 Feb 2023 09:09:24 +0100 Subject: [PATCH] Update workflow_updater.yaml --- .github/workflows/workflow_updater.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow_updater.yaml b/.github/workflows/workflow_updater.yaml index cb4ad56..574d514 100644 --- a/.github/workflows/workflow_updater.yaml +++ b/.github/workflows/workflow_updater.yaml @@ -19,8 +19,8 @@ jobs: # [Required] Access token with `workflow` scope. token: ${{ secrets.WORKFLOW_SECRET }} - - name: Run GitHub Actions Version Updater - uses: saadmk11/github-actions-version-updater@v0.7.1 + - name: GitHub Actions Version Updater + uses: saadmk11/github-actions-version-updater@v0.7.3 with: # [Required] Access token with `workflow` scope. token: ${{ secrets.WORKFLOW_SECRET }}