From 376ccc25575bb0bc0dcd4bf76b60caeddf321b89 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 4 Aug 2024 00:08:21 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 1d98987..d5464cd 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -11,7 +11,7 @@ jobs: - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!" - run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}." - name: Check out repository code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner." - run: echo "🖥️ The workflow is now ready to test your code on the runner." - uses: https://github.com/actions/setup-python@v4 -- 2.49.1