diff --git a/.github/workflows/cache-clean.yml b/.github/workflows/cache-clean.yml index 354a681..50e76fd 100644 --- a/.github/workflows/cache-clean.yml +++ b/.github/workflows/cache-clean.yml @@ -114,7 +114,7 @@ jobs: # # - name: '☑️ Checkout' - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 diff --git a/.github/workflows/deploy-clean.yml b/.github/workflows/deploy-clean.yml index 8f0749e..249e082 100644 --- a/.github/workflows/deploy-clean.yml +++ b/.github/workflows/deploy-clean.yml @@ -112,7 +112,7 @@ jobs: # # - name: '☑️ Checkout' - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 diff --git a/.github/workflows/gpg-tests.yml b/.github/workflows/gpg-tests.yml index 155e75c..9ac75f9 100644 --- a/.github/workflows/gpg-tests.yml +++ b/.github/workflows/gpg-tests.yml @@ -99,7 +99,7 @@ jobs: # # - name: '☑️ Checkout' - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 diff --git a/.github/workflows/history-clean.yml b/.github/workflows/history-clean.yml index cf124af..63fc291 100644 --- a/.github/workflows/history-clean.yml +++ b/.github/workflows/history-clean.yml @@ -111,7 +111,7 @@ jobs: # # - name: '☑️ Checkout' - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: ${{ env.BRANCH }} diff --git a/.github/workflows/issues-new.yml b/.github/workflows/issues-new.yml index 20b0a2e..9b1df6c 100644 --- a/.github/workflows/issues-new.yml +++ b/.github/workflows/issues-new.yml @@ -175,7 +175,7 @@ jobs: # # - name: '☑️ Checkout' - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 @@ -349,7 +349,7 @@ jobs: # # - name: '☑️ Checkout' - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 @@ -1207,7 +1207,7 @@ jobs: - name: >- ☑️ Prepare id: issues-labels-check-checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 diff --git a/.github/workflows/issues-scan.yml b/.github/workflows/issues-scan.yml index a8583d2..d51222b 100644 --- a/.github/workflows/issues-scan.yml +++ b/.github/workflows/issues-scan.yml @@ -170,7 +170,7 @@ jobs: # # - name: '☑️ Checkout' - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 @@ -380,7 +380,7 @@ jobs: - name: >- ☑️ Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 if: | ( github.event_name == 'pull_request_target' ) || ( github.event_name == 'pull_request' ) || ( github.event_name == 'issue_comment' && contains( github.event.comment.html_url, '/pull/' ) && contains( github.event.comment.body, '/rescan' ) ) with: diff --git a/.github/workflows/issues-stale.yml b/.github/workflows/issues-stale.yml index bf1903f..5139e64 100644 --- a/.github/workflows/issues-stale.yml +++ b/.github/workflows/issues-stale.yml @@ -191,7 +191,7 @@ jobs: # # - name: '☑️ Checkout' - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 @@ -370,7 +370,7 @@ jobs: # # - name: '☑️ Checkout' - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 diff --git a/.github/workflows/labels-clean.yml b/.github/workflows/labels-clean.yml index e2edc14..e1bcb76 100644 --- a/.github/workflows/labels-clean.yml +++ b/.github/workflows/labels-clean.yml @@ -160,7 +160,7 @@ jobs: # # - name: '☑️ Checkout' - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 diff --git a/.github/workflows/labels-create.yml b/.github/workflows/labels-create.yml index facadd0..8e8545e 100644 --- a/.github/workflows/labels-create.yml +++ b/.github/workflows/labels-create.yml @@ -149,7 +149,7 @@ jobs: # # - name: '☑️ Checkout' - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 diff --git a/.github/workflows/ping-developer.yml b/.github/workflows/ping-developer.yml index 8d44442..50530af 100644 --- a/.github/workflows/ping-developer.yml +++ b/.github/workflows/ping-developer.yml @@ -79,7 +79,7 @@ jobs: # # - name: '☑️ Checkout' - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a9514da..50ae8fe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -131,7 +131,7 @@ jobs: - name: '☑️ Checkout' id: task_upload_checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 @@ -241,7 +241,7 @@ jobs: - name: '☑️ Checkout' id: task_release_checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0