diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 8c2d960..52a6fae 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v6.0.1 with: ref: ${{ github.head_ref }} - name: 🏗️ Setup PNPM @@ -41,7 +41,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v6.0.1 with: ref: ${{ github.head_ref }} - name: 🏗️ Setup PNPM