diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index c0252fa..11eb3eb 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -10,7 +10,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 ${{ gitea.ref }} and your repository is ${{ gitea.repository }}." - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: repository: Ronnie/SjkScripts token: ${{ gitea.token }}