diff --git a/.github/workflows/PR-verify.yml b/.github/workflows/PR-verify.yml index 62f39d8..8e43329 100644 --- a/.github/workflows/PR-verify.yml +++ b/.github/workflows/PR-verify.yml @@ -19,7 +19,7 @@ jobs: with: version: '2.14.2' # the full version of `docker-compose` command - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha }} @@ -40,7 +40,7 @@ jobs: contents: read steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha }} @@ -67,7 +67,7 @@ jobs: contents: read steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f423ea4..7826ace 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: if: ${{ (github.event.pull_request.merged && contains(github.event.pull_request.labels.*.name, 'kind/release')) || github.event_name == 'workflow_dispatch' }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: fetch-depth: 0