From feb3ade4c0ab1dcb0d1d5cf83ad56080785aa9ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 20:58:09 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 4.1.2 to 4.1.4 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.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/v4.1.2...v4.1.4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... 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 7b25321..b83b4cb 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.1.2 + uses: actions/checkout@v4.1.4 with: fetch-depth: 0 - name: Set up node @@ -32,7 +32,7 @@ jobs: timeout-minutes: 5 steps: - name: Checkout - uses: actions/checkout@v4.1.2 + uses: actions/checkout@v4.1.4 - name: Set up node uses: actions/setup-node@v4.0.2 with: @@ -51,7 +51,7 @@ jobs: security-events: write steps: - name: Checkout - uses: actions/checkout@v4.1.2 + uses: actions/checkout@v4.1.4 - name: Set up CodeQL uses: github/codeql-action/init@v3.25.2 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 61399f5..3a7d978 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: - ci steps: - name: Checkout - uses: actions/checkout@v4.1.2 + uses: actions/checkout@v4.1.4 with: persist-credentials: false - name: Set up node diff --git a/.github/workflows/sync-labels.yml b/.github/workflows/sync-labels.yml index b29b87c..36d8c0d 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.1.2 + uses: actions/checkout@v4.1.4 - 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 ea5a5ce..713f787 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.1.2 + uses: actions/checkout@v4.1.4 - name: Determine info shell: bash id: info diff --git a/.github/workflows/update-node.yml b/.github/workflows/update-node.yml index 830f09d..8ee7ad7 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.1.2 + uses: actions/checkout@v4.1.4 - name: Determine info shell: bash id: info