From 9cb656220d419272681a614f59e70812611d17aa Mon Sep 17 00:00:00 2001 From: Margen67 Date: Mon, 16 Dec 2024 13:23:41 -0800 Subject: [PATCH] CI: Use main branch --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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