From c22da54e002335544fbe39cf02775396b2c0779d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 03:51:33 +0000 Subject: [PATCH] Bump actions/checkout from 2.3.4 to 4.2.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 4.2.2. - [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/v2.3.4...v4.2.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/close-milestone.yml | 2 +- .github/workflows/dependabot-merge.yml | 2 +- .github/workflows/draft-release.yml | 2 +- .github/workflows/sync-labels.yml | 4 ++-- .github/workflows/update-milestone.yml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 611b55b2..c54396bd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v4.2.2 with: clean: 'false' fetch-depth: '0' diff --git a/.github/workflows/close-milestone.yml b/.github/workflows/close-milestone.yml index c7df8c97..87227f40 100644 --- a/.github/workflows/close-milestone.yml +++ b/.github/workflows/close-milestone.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v4.2.2 with: fetch-depth: 0 diff --git a/.github/workflows/dependabot-merge.yml b/.github/workflows/dependabot-merge.yml index fc2426b4..8c0c3b31 100644 --- a/.github/workflows/dependabot-merge.yml +++ b/.github/workflows/dependabot-merge.yml @@ -29,7 +29,7 @@ jobs: env: RUNNER_CONTEXT: ${{ toJson(runner) }} run: echo "$RUNNER_CONTEXT" - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v4.2.2 with: ref: master - name: Dependabot Commenter diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index 7e50dfa5..b56b7d75 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v4.2.2 with: fetch-depth: 0 diff --git a/.github/workflows/sync-labels.yml b/.github/workflows/sync-labels.yml index 7f5d23e7..c8fecbc5 100644 --- a/.github/workflows/sync-labels.yml +++ b/.github/workflows/sync-labels.yml @@ -14,10 +14,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v4.2.2 - name: Checkout tools repo - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v4.2.2 with: repository: RocketSurgeonsGuild/.github path: .rsg diff --git a/.github/workflows/update-milestone.yml b/.github/workflows/update-milestone.yml index bfcaff3d..0f56946d 100644 --- a/.github/workflows/update-milestone.yml +++ b/.github/workflows/update-milestone.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v4.2.2 - name: sync milestones uses: RocketSurgeonsGuild/actions/sync-milestone@v0.2.4