From 1e9b38590eb05c940a009a4e86ebbeb99e042bdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 08:41:12 -0400 Subject: [PATCH] chore: bump actions/checkout from 4.2.0 to 4.2.2 (#1778) Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 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/d632683dd7b4114ad314bca15554477dd762a938...11bd71901bbe5b1630ceea73d27597364c9af683) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/canary.yml | 2 +- .github/workflows/docs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/canary.yml b/.github/workflows/canary.yml index 6f4616c6..b0e2e02a 100644 --- a/.github/workflows/canary.yml +++ b/.github/workflows/canary.yml @@ -12,7 +12,7 @@ jobs: os: [windows-latest, macOS-latest, ubuntu-latest] steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # tag: v4.2.0 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag: v4.2.2 with: repository: electron/electron-quick-start ref: refs/heads/main diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index c726a08a..5fb5bd3d 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -18,7 +18,7 @@ jobs: id: generate-token with: creds: ${{ secrets.GH_APP_CREDS }} - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # tag: v4.2.0 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag: v4.2.2 with: token: ${{ steps.generate-token.outputs.token }} - name: Fetch all git branches