diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4807494..9eac58e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: name: Lint on Node.js ${{ matrix.node-version }} steps: - name: Checkout codes - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Enable corepack run: corepack enable @@ -50,7 +50,7 @@ jobs: name: Build on Node.js ${{ matrix.node-version }} steps: - name: Checkout codes - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Enable corepack run: corepack enable @@ -79,7 +79,7 @@ jobs: name: Test on Node.js ${{ matrix.node-version }} steps: - name: Checkout codes - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Enable corepack run: corepack enable @@ -130,7 +130,7 @@ jobs: name: Nightly release steps: - name: Checkout codes - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Enable corepack run: corepack enable diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d149feb..27d64e8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout codes - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 diff --git a/.github/workflows/reproduire.yml b/.github/workflows/reproduire.yml index 6ce6b5b..433ae02 100644 --- a/.github/workflows/reproduire.yml +++ b/.github/workflows/reproduire.yml @@ -10,7 +10,7 @@ jobs: reproduire: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: Hebilicious/reproduire@4b686ae9cbb72dad60f001d278b6e3b2ce40a9ac # v0.0.9-mp with: label: 'status: need more repro codes or info' # Optional, will default to this value. diff --git a/.github/workflows/typos.yml b/.github/workflows/typos.yml index 2b7e650..41e27c2 100644 --- a/.github/workflows/typos.yml +++ b/.github/workflows/typos.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Spell check uses: crate-ci/typos@v1.36.2