From de37fcafb41ff091c522c1d429935b11aaa8ff16 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 22 Nov 2023 01:00:27 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 (#181) Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- .gitea/workflows/test.yml | 2 +- .gitea/workflows/update.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 6559b9c..0c48a89 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -20,7 +20,7 @@ jobs: run: | brew install node node --version - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: test install run: | brew tap gitea/gitea "${PWD}" diff --git a/.gitea/workflows/update.yaml b/.gitea/workflows/update.yaml index 2a7036d..8d6650b 100644 --- a/.gitea/workflows/update.yaml +++ b/.gitea/workflows/update.yaml @@ -8,7 +8,7 @@ jobs: update: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: update run: ./bump_version.sh - name: commit