diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 070dafc..1ab1b7c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,7 +25,7 @@ jobs: node-version: ${{ matrix.node }} - name: Checkout Repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: cache node_modules uses: actions/cache@v4 @@ -56,7 +56,7 @@ jobs: with: node-version: ${{ matrix.node }} - name: Checkout Repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Versioning env: GH_TOKEN: ${{ secrets.GH_TOKEN }} @@ -80,7 +80,7 @@ jobs: with: node-version: ${{ matrix.node }} - name: Checkout Repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: cache node_modules uses: actions/cache@v4 id: cache diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 02f2db1..fb5c280 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@v4 + uses: actions/checkout@v5 - name: cache node_modules uses: actions/cache@v4