diff --git a/.github/workflows/deploy-clean.yml b/.github/workflows/deploy-clean.yml index 20cff17..a15729b 100644 --- a/.github/workflows/deploy-clean.yml +++ b/.github/workflows/deploy-clean.yml @@ -123,7 +123,7 @@ jobs: - name: >- ✅ Checkout id: task_cleanup_gh_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 3c7990d..1d915db 100644 --- a/.github/workflows/history-clean.yml +++ b/.github/workflows/history-clean.yml @@ -132,7 +132,7 @@ jobs: - name: >- ✅ Checkout id: task_history_clean_gh_checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 diff --git a/.github/workflows/issues-new.yml b/.github/workflows/issues-new.yml index 866fbab..8fc9246 100644 --- a/.github/workflows/issues-new.yml +++ b/.github/workflows/issues-new.yml @@ -196,7 +196,7 @@ jobs: - name: >- ☑️ Checkout id: task_label_create_checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 @@ -1001,7 +1001,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 cb3ed08..fdc55cd 100644 --- a/.github/workflows/issues-scan.yml +++ b/.github/workflows/issues-scan.yml @@ -274,7 +274,7 @@ jobs: - name: >- ☑️ Checkout id: task_prscan_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 1935166..886e4fd 100644 --- a/.github/workflows/issues-stale.yml +++ b/.github/workflows/issues-stale.yml @@ -212,7 +212,7 @@ jobs: - name: >- ☑️ Checkout id: task_labels_create_checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 @@ -286,7 +286,7 @@ jobs: - name: >- ☑️ Checkout id: task_issues_nolabel_prepare - 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 cedc049..e4cde73 100644 --- a/.github/workflows/labels-clean.yml +++ b/.github/workflows/labels-clean.yml @@ -181,7 +181,7 @@ jobs: - name: >- ☑️ Checkout id: task_label_remove_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 e46e96a..94e10eb 100644 --- a/.github/workflows/labels-create.yml +++ b/.github/workflows/labels-create.yml @@ -170,7 +170,7 @@ jobs: - name: >- ☑️ Checkout id: task_label_create_checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 diff --git a/.github/workflows/package-release.yml b/.github/workflows/package-release.yml index ae87802..90387cc 100644 --- a/.github/workflows/package-release.yml +++ b/.github/workflows/package-release.yml @@ -173,7 +173,7 @@ jobs: - name: '☑️ Checkout' id: task_initialize_checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 @@ -226,7 +226,7 @@ jobs: packages: write steps: - name: '☑️ Checkout' - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: '⚙️ Setup Node' uses: actions/setup-node@v4 @@ -259,7 +259,7 @@ jobs: packages: write steps: - name: '☑️ Checkout' - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: '⚙️ Setup Node' uses: actions/setup-node@v4 @@ -300,7 +300,7 @@ jobs: # # - name: '☑️ Checkout' - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 diff --git a/.github/workflows/package-tests.yml b/.github/workflows/package-tests.yml index 619676e..e463257 100644 --- a/.github/workflows/package-tests.yml +++ b/.github/workflows/package-tests.yml @@ -81,7 +81,7 @@ jobs: - name: '☑️ Checkout' id: task_tests_run_checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 # # # Job > Tests > Cancel existing runs