diff --git a/.github/workflows/grunt.yml b/.github/workflows/grunt.yml index 530beb22..bd970606 100644 --- a/.github/workflows/grunt.yml +++ b/.github/workflows/grunt.yml @@ -11,7 +11,7 @@ jobs: node: [16] runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: node-version: ${{ matrix.node }}