diff --git a/.github/workflows/issues-new.yml b/.github/workflows/issues-new.yml index 7f237ad..da92ee2 100644 --- a/.github/workflows/issues-new.yml +++ b/.github/workflows/issues-new.yml @@ -153,7 +153,7 @@ jobs: - name: >- ☑️ Checkout id: task_label_create_checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 @@ -779,7 +779,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 1a6fd9a..d64123c 100644 --- a/.github/workflows/issues-scan.yml +++ b/.github/workflows/issues-scan.yml @@ -211,7 +211,7 @@ jobs: - name: >- ☑️ Checkout id: task_autoscan_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 9d459b9..737bc56 100644 --- a/.github/workflows/issues-stale.yml +++ b/.github/workflows/issues-stale.yml @@ -161,7 +161,7 @@ jobs: - name: >- ☑️ Checkout id: task_label_create_checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 @@ -226,7 +226,7 @@ jobs: - name: "☑️ Prepare" 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 a758719..4f9d7b3 100644 --- a/.github/workflows/labels-clean..yml +++ b/.github/workflows/labels-clean..yml @@ -128,7 +128,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 e5e4759..4b4295b 100644 --- a/.github/workflows/labels-create.yml +++ b/.github/workflows/labels-create.yml @@ -140,7 +140,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/npm-publish.yml b/.github/workflows/npm-publish.yml index c775cfb..86b282f 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -163,7 +163,7 @@ jobs: # # - name: '☑️ Checkout' - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 @@ -292,7 +292,7 @@ jobs: # # - name: '☑️ Checkout' - uses: actions/checkout@v4 + uses: actions/checkout@v5 # # # Publish › NpmJS › Job Information @@ -466,7 +466,7 @@ jobs: # # - name: '☑️ Checkout' - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 @@ -671,7 +671,7 @@ jobs: # # - name: '☑️ Checkout' - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 diff --git a/.github/workflows/npm-test.yml b/.github/workflows/npm-test.yml index aa10dfb..cc2cce4 100644 --- a/.github/workflows/npm-test.yml +++ b/.github/workflows/npm-test.yml @@ -41,7 +41,7 @@ jobs: - name: "☑️ Checkout" id: task_initialize_checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0