diff --git a/.github/workflows/promote.yml b/.github/workflows/promote.yml index fc69fbe..57e076e 100644 --- a/.github/workflows/promote.yml +++ b/.github/workflows/promote.yml @@ -9,7 +9,7 @@ jobs: environment: production steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 ref: master diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 721adbc..7ca157c 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: Set up Rust toolchain diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 90a5b78..324d77f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: VERSION: ${{ steps.vars.outputs.VERSION }} steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 ref: master @@ -67,7 +67,7 @@ jobs: runs-on: ${{ matrix.job.os }} steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 ref: master @@ -131,7 +131,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 ref: master