diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c5dbc04..80700a7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ jobs: steps: # https://github.com/actions/checkout - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Install run: npm ci - name: Build @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Turnstyle uses: ./ # Uses an action in the root directory with: