From c45e1c0472afdb3da0ca2365cb8a5666673dc028 Mon Sep 17 00:00:00 2001 From: Keith Date: Sat, 6 May 2023 01:03:01 +0800 Subject: [PATCH] build: update on_master.yml --- .github/workflows/on_master.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/on_master.yml b/.github/workflows/on_master.yml index efccbd2..8e6c16b 100644 --- a/.github/workflows/on_master.yml +++ b/.github/workflows/on_master.yml @@ -11,7 +11,7 @@ jobs: name: Update Notion property steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Install run: npm ci - name: Build @@ -31,7 +31,7 @@ jobs: force: true - name: Bump version and push tag id: version - uses: anothrNick/github-tag-action@1.35.0 + uses: anothrNick/github-tag-action@1.62.0 env: GITHUB_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }} WITH_V: false