From 88855d667ff2a69da74c2666a236e7ab749c3696 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 10:17:16 +0000 Subject: [PATCH] chore: 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/test.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2473249..360a0a0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: os: [windows, ubuntu, macos] steps: - name: Checkout the repository - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v4.1.1 - name: Move the test project to the working directory run: mv test/* . @@ -40,7 +40,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout the repository - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v4.1.1 - name: Use the action with specified directories id: cmake-action @@ -62,7 +62,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout the repository - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v4.1.1 - name: Use the action with run build enabled id: cmake-action @@ -79,7 +79,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout the repository - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v4.1.1 - name: Use the action with run test enabled uses: ./ @@ -96,7 +96,7 @@ jobs: compiler: [gcc, msvc] steps: - name: Checkout the repository - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v4.1.1 - name: Use the action with additional compiler flags uses: ./ @@ -118,7 +118,7 @@ jobs: os: [windows, ubuntu, macos] steps: - name: Checkout the repository - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v4.1.1 - name: Use the action with specified generator and compilers uses: ./ @@ -137,7 +137,7 @@ jobs: runs-on: windows-latest steps: - name: Checkout the repository - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v4.1.1 - name: Use the action with specified shell uses: ./