From 259d6bbd69f68c448b7ebbb0ffdbd0d081deebe8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 06:48:11 +0000 Subject: [PATCH] Bump actions/checkout from 4.1.0 to 4.1.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.1. - [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.0...v4.1.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/additional_files.yml | 2 +- .github/workflows/check_together.yml | 2 +- .github/workflows/ignore_names.yml | 2 +- .github/workflows/ignore_paths.yml | 2 +- .github/workflows/scandir.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/additional_files.yml b/.github/workflows/additional_files.yml index dd22f4c..1eb883b 100644 --- a/.github/workflows/additional_files.yml +++ b/.github/workflows/additional_files.yml @@ -21,7 +21,7 @@ jobs: - macos-latest steps: - name: Checkout - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v4.1.1 - name: Run ShellCheck uses: ./ diff --git a/.github/workflows/check_together.yml b/.github/workflows/check_together.yml index f90b346..2ba2176 100644 --- a/.github/workflows/check_together.yml +++ b/.github/workflows/check_together.yml @@ -21,7 +21,7 @@ jobs: - macos-latest steps: - name: Checkout - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v4.1.1 - name: Run ShellCheck uses: ./ diff --git a/.github/workflows/ignore_names.yml b/.github/workflows/ignore_names.yml index 31ca8a6..2182166 100644 --- a/.github/workflows/ignore_names.yml +++ b/.github/workflows/ignore_names.yml @@ -21,7 +21,7 @@ jobs: - macos-latest steps: - name: Checkout - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v4.1.1 - name: Run ShellCheck uses: ./ diff --git a/.github/workflows/ignore_paths.yml b/.github/workflows/ignore_paths.yml index 6140e0b..32eaa2c 100644 --- a/.github/workflows/ignore_paths.yml +++ b/.github/workflows/ignore_paths.yml @@ -21,7 +21,7 @@ jobs: - macos-latest steps: - name: Checkout - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v4.1.1 - name: Run ShellCheck uses: ./ diff --git a/.github/workflows/scandir.yml b/.github/workflows/scandir.yml index c971c91..33a2a90 100644 --- a/.github/workflows/scandir.yml +++ b/.github/workflows/scandir.yml @@ -21,7 +21,7 @@ jobs: - macos-latest steps: - name: Checkout - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v4.1.1 - name: Run ShellCheck uses: ./