diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 51f4fe0..41845bd 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -20,4 +20,4 @@ jobs: - run: echo "🍏 This job's status is ${{ job.status }}." - run: docker version - name: Check out repository code - uses: actions/checkout@v2 \ No newline at end of file + uses: actions/checkout@v3 \ No newline at end of file