From fa31946b0807210ea93dfe12b94e09a510f14cc1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Sep 2023 08:59:46 +0000 Subject: [PATCH] ci: update github actions dependencies --- .github/workflows/ci.yml | 4 ++-- .github/workflows/pr_title.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 44ad520..5b480df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Use Node uses: actions/setup-node@v3 @@ -25,7 +25,7 @@ jobs: run: yarn test --coverage - name: codecov - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v3 - name: Build run: yarn run build diff --git a/.github/workflows/pr_title.yml b/.github/workflows/pr_title.yml index aea593e..56af853 100644 --- a/.github/workflows/pr_title.yml +++ b/.github/workflows/pr_title.yml @@ -11,7 +11,7 @@ jobs: pr_title: runs-on: ubuntu-latest steps: - - uses: amannn/action-semantic-pull-request@v4 + - uses: amannn/action-semantic-pull-request@v5 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} ignoreLabels: meta