From 7ec6c6349683ff90bdb395821815712095eb6ff8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 29 Nov 2024 19:02:34 +0000 Subject: [PATCH] Update actions/checkout action to v4 --- .gitea/workflows/01_test.yaml | 2 +- .gitea/workflows/02_build.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/01_test.yaml b/.gitea/workflows/01_test.yaml index 0c9b7e0..a4f908d 100644 --- a/.gitea/workflows/01_test.yaml +++ b/.gitea/workflows/01_test.yaml @@ -15,7 +15,7 @@ jobs: - name: Installing necessary packages run: apk add nodejs git curl bash - name: Check out repository code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Get access token from secret run: echo "${{ secrets.MASTODON_SECRET }}" > mastodon-data.toml - name: Run tests on docker diff --git a/.gitea/workflows/02_build.yaml b/.gitea/workflows/02_build.yaml index b7b6878..bf455ea 100644 --- a/.gitea/workflows/02_build.yaml +++ b/.gitea/workflows/02_build.yaml @@ -18,7 +18,7 @@ jobs: - name: Installing necessary packages run: apk add nodejs git curl bash - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Docker meta id: meta uses: https://github.com/docker/metadata-action@v4