diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e0469339..a80a6305 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@main - name: Setup run: | npm i -D --no-fund @@ -107,7 +107,7 @@ jobs: # needs: lint # runs-on: ubuntu-latest # steps: -# - uses: actions/checkout@v3 +# - uses: actions/checkout@main # with: # repository: xenia-canary/xenia-canary.github.io # - name: Workflow dispatch