diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3a07838..ceb1705 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,7 @@ jobs: platform: linux/arm64 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: 'sass/dart-sass' ref: ${{ startsWith(github.ref, 'refs/tags/') && github.ref || '' }}