diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e570d90..e7f7ad3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -32,7 +32,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.3.0 + uses: kenchan0130/actions-system-info@v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -56,7 +56,7 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Unshallow run: | git fetch --prune --unshallow