diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 559e9d4..9ef65e3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout source code - uses: actions/checkout@v2 + uses: actions/checkout@main - name: Install the dependancies run: npm ci