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