From 6a3bcd29ef95c16d6bdff9b9a7dfbdb8ce444e90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 03:57:43 +0000 Subject: [PATCH] Bump actions/checkout from 1 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 1 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v1...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/add-stars.yml | 2 +- .github/workflows/bootstrap.yml | 2 +- .github/workflows/comment-run.yml | 2 +- .github/workflows/label-commenter.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/add-stars.yml b/.github/workflows/add-stars.yml index 38a8ee7..ea23b7e 100644 --- a/.github/workflows/add-stars.yml +++ b/.github/workflows/add-stars.yml @@ -6,7 +6,7 @@ jobs: addstars: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 - name: add watcher to readme run: | echo -e "\nWe got a :star: from [@${{github.actor}}](https://github.com/${{github.actor}})" >> README.md diff --git a/.github/workflows/bootstrap.yml b/.github/workflows/bootstrap.yml index 0a28e32..ff16ee2 100644 --- a/.github/workflows/bootstrap.yml +++ b/.github/workflows/bootstrap.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 - name: Create Issue From File uses: peter-evans/create-issue-from-file@v1.0.1 env: diff --git a/.github/workflows/comment-run.yml b/.github/workflows/comment-run.yml index e1ea0b7..6d5bce5 100644 --- a/.github/workflows/comment-run.yml +++ b/.github/workflows/comment-run.yml @@ -7,7 +7,7 @@ jobs: comment-run: runs-on: ubuntu-18.04 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: # 0 indicates all history fetch-depth: 0 diff --git a/.github/workflows/label-commenter.yml b/.github/workflows/label-commenter.yml index f6b9653..5fb6801 100644 --- a/.github/workflows/label-commenter.yml +++ b/.github/workflows/label-commenter.yml @@ -14,7 +14,7 @@ jobs: comment: runs-on: ubuntu-18.04 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: ref: master