From 304779ca3c873bc683cdefaa12c2f344ffb644fb Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 3 Oct 2023 17:18:05 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 (#304) Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- .gitea/workflows/publish-blog.yml | 2 +- .gitea/workflows/test-pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/publish-blog.yml b/.gitea/workflows/publish-blog.yml index ff66942..8f150cb 100644 --- a/.gitea/workflows/publish-blog.yml +++ b/.gitea/workflows/publish-blog.yml @@ -10,7 +10,7 @@ jobs: name: build and publish runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod - uses: https://github.com/actions/setup-node@v3 diff --git a/.gitea/workflows/test-pr.yml b/.gitea/workflows/test-pr.yml index d3e3082..db6b96b 100644 --- a/.gitea/workflows/test-pr.yml +++ b/.gitea/workflows/test-pr.yml @@ -7,7 +7,7 @@ jobs: check-and-test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: https://github.com/actions/setup-node@v3 with: node-version: 16