From b96356d24023b57d1d4c7e0e00c3c63c5d637b27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 08:29:02 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 4.0.0 to 4.1.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.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/v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- .github/workflows/release.yml | 2 +- .github/workflows/sync-labels.yml | 2 +- .github/workflows/update-license.yml | 2 +- .github/workflows/update-node.yml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b83df05..e532c7d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: timeout-minutes: 5 steps: - name: Checkout - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.0 with: fetch-depth: 0 - name: Set up node @@ -32,7 +32,7 @@ jobs: timeout-minutes: 5 steps: - name: Checkout - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.0 - name: Set up node uses: actions/setup-node@v3.8.1 with: @@ -51,7 +51,7 @@ jobs: security-events: write steps: - name: Checkout - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.0 - name: Set up CodeQL uses: github/codeql-action/init@v2.21.8 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b7ecfd3..7d24379 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: - ci steps: - name: Checkout - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.0 with: persist-credentials: false - name: Set up node diff --git a/.github/workflows/sync-labels.yml b/.github/workflows/sync-labels.yml index 25ecfa2..1fb93a3 100644 --- a/.github/workflows/sync-labels.yml +++ b/.github/workflows/sync-labels.yml @@ -17,7 +17,7 @@ jobs: timeout-minutes: 5 steps: - name: Checkout - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.0 - name: Sync labels uses: micnncim/action-label-syncer@v1.3.0 with: diff --git a/.github/workflows/update-license.yml b/.github/workflows/update-license.yml index d7bacd4..e7a4a29 100644 --- a/.github/workflows/update-license.yml +++ b/.github/workflows/update-license.yml @@ -18,7 +18,7 @@ jobs: REGEX: ^(Copyright \(c\) )[0-9]{4}( Devon Powell)$ steps: - name: Checkout - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.0 - name: Determine info shell: bash id: info diff --git a/.github/workflows/update-node.yml b/.github/workflows/update-node.yml index 022eb18..a62e2f8 100644 --- a/.github/workflows/update-node.yml +++ b/.github/workflows/update-node.yml @@ -16,7 +16,7 @@ jobs: timeout-minutes: 5 steps: - name: Checkout - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.0 - name: Determine info shell: bash id: info