From b6684cda7bf166ca8769f39501c7ed938ea80ea1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 10:51:25 +0000 Subject: [PATCH] Bump actions/checkout from 3.3.0 to 3.4.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.3.0 to 3.4.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/v3.3.0...v3.4.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3096ece..292bf45 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: os: [windows, ubuntu, macos] steps: - name: Check out this repository - uses: actions/checkout@v3.3.0 + uses: actions/checkout@v3.4.0 - name: Move test project to the working directory run: mv test/* . @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out this repository - uses: actions/checkout@v3.3.0 + uses: actions/checkout@v3.4.0 - name: Use this action with specified directories uses: ./ @@ -45,7 +45,7 @@ jobs: compiler: [gcc, msvc] steps: - name: Check out this repository - uses: actions/checkout@v3.3.0 + uses: actions/checkout@v3.4.0 - name: Use this action with additional compiler flags uses: ./ @@ -65,7 +65,7 @@ jobs: os: [windows, ubuntu, macos] steps: - name: Check out this repository - uses: actions/checkout@v3.3.0 + uses: actions/checkout@v3.4.0 - name: Use this action with specified compilers uses: ./ @@ -86,7 +86,7 @@ jobs: os: [windows, ubuntu, macos] steps: - name: Check out this repository - uses: actions/checkout@v3.3.0 + uses: actions/checkout@v3.4.0 - name: Use this action with a specified generator uses: ./