diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0850b466..af3d2734 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ jobs: with: node-version: ${{ matrix.node }} - name: Checkout Repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: cache node_modules uses: actions/cache@v3 id: cache @@ -48,7 +48,7 @@ jobs: with: node-version: ${{ matrix.node }} - name: Checkout Repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Versioning env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -70,7 +70,7 @@ jobs: with: node-version: ${{ matrix.node }} - name: Checkout Repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: cache node_modules uses: actions/cache@v3 id: cache diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fd2d6769..26f3a8e2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: node-version: ${{ matrix.node }} - name: Checkout Repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: cache node_modules uses: actions/cache@v3