diff --git a/.gitea/workflows/test-checkout.yaml b/.gitea/workflows/test-checkout.yaml index b962868..54d8e22 100644 --- a/.gitea/workflows/test-checkout.yaml +++ b/.gitea/workflows/test-checkout.yaml @@ -5,13 +5,13 @@ jobs: self: runs-on: ubuntu-latest steps: - - uses: actions/checkout + - uses: actions/checkout@v6 - run: ls -lah other-in-user: runs-on: ubuntu-latest steps: - - uses: actions/checkout + - uses: actions/checkout@v6 with: repository: codinget/totallynotmalware - run: ls -lah @@ -19,7 +19,7 @@ jobs: other-in-other-org: runs-on: ubuntu-latest steps: - - uses: actions/checkout + - uses: actions/checkout@v6 with: repository: privileged/action-tests - run: ls -lah