diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 8e4c902..287256e 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -9,7 +9,7 @@ jobs: test: runs-on: debian-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: apt-get install dependencies run: |