From baecb21a4728b17a4970274bc0460b57547e490d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 10:11:13 +0000 Subject: [PATCH] chore: bump actions/checkout from 4.1.7 to 4.2.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0. - [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/692973e3d937129bcbf40652eb9f2f61becf3332...d632683dd7b4114ad314bca15554477dd762a938) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 719a0009..879d669d 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@692973e3d937129bcbf40652eb9f2f61becf3332 # tag: v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # tag: v4.2.0 with: repository: electron/electron-quick-start ref: refs/heads/main diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index f2e55378..9a78ebd1 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@692973e3d937129bcbf40652eb9f2f61becf3332 # tag: v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # tag: v4.2.0 with: token: ${{ steps.generate-token.outputs.token }} - name: Fetch all git branches