From 9ee76a5f0da39ee7b4f69dcb2e2751f5055018e1 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 24 Sep 2021 06:12:13 +0000 Subject: [PATCH] chore(deps): update actions --- .github/workflows/auto-approve.yml | 2 +- .github/workflows/renovate.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index 7557c600..b940a00d 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -19,7 +19,7 @@ jobs: github-token: "${{ secrets.GITHUB_TOKEN }}" - name: add-label-on-approve - uses: actions/github-script@v4.1.0 + uses: actions/github-script@v4.1.1 if: success() with: github-token: ${{secrets.GITHUB_TOKEN}} diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 9e7d8e72..326dc30b 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -26,7 +26,7 @@ jobs: fetch-depth: '1' # https://github.com/renovatebot/github-action install renovate app - name: run renovate across repositories - uses: renovatebot/github-action@v27.11.1 + uses: renovatebot/github-action@v27.18.1 with: configurationFile: ${{ env.RENOVATE_CONFIG_FOLDER }}/renovate-config.js token: ${{ secrets.RENOVATE_TOKEN }}