diff --git a/.gitea/workflows/checks-test.yml b/.gitea/workflows/checks-test.yml index 91820da..63bec23 100644 --- a/.gitea/workflows/checks-test.yml +++ b/.gitea/workflows/checks-test.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout the codebase - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: path: "palkx.users" - name: Setup Python 3 @@ -45,7 +45,7 @@ jobs: steps: - name: Checkout the codebase - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: path: "palkx.users" - name: Setup Python 3