diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 582187f..f6eeb13 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -15,7 +15,7 @@ jobs: - run: echo "🔎 The name of your branch is ${{ forgejo.ref }} and your repository is ${{ forgejo.repository }}." - name: Check out repository code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - run: echo "💡 The ${{ forgejo.repository }} repository has been cloned to the runner." - run: echo "🖥️ The workflow is now ready to test your code on the runner." @@ -25,7 +25,7 @@ jobs: - run: echo "🍏 This job's status is ${{ job.status }}." arm64: - runs-on : [ ubuntu-24.04, arm64-builder ] + runs-on: [ ubuntu-24.04, arm64-builder ] steps: - name: System Info run: |