From c792828b91d152292d291a056f11f9b4cfbb80b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 06:37:38 +0000 Subject: [PATCH] Bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 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/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/invite-by-comment.yml | 2 +- .github/workflows/invite-by-star.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/invite-by-comment.yml b/.github/workflows/invite-by-comment.yml index d2950af..af8da24 100644 --- a/.github/workflows/invite-by-comment.yml +++ b/.github/workflows/invite-by-comment.yml @@ -8,7 +8,7 @@ jobs: steps: - name: checkout repo content - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: setup python uses: actions/setup-python@v4 with: diff --git a/.github/workflows/invite-by-star.yml b/.github/workflows/invite-by-star.yml index fbeb062..fbd2016 100644 --- a/.github/workflows/invite-by-star.yml +++ b/.github/workflows/invite-by-star.yml @@ -8,7 +8,7 @@ jobs: steps: - name: checkout repo content - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: setup python uses: actions/setup-python@v4 with: