diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 279293f..029a353 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -10,9 +10,9 @@ jobs: matrix: things: [1, 2, 3, 4, 5] steps: - - uses: actions/checkout@v3 + - uses: github.com/actions/checkout@v3 - name: Cache stuff - uses: actions/cache@v3 + uses: github.com/actions/cache@v3 with: path: . key: stuff