chore: bump actions/checkout from 4.1.0 to 4.1.1 (#65)

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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-10-22 14:02:22 +07:00 committed by GitHub
parent 5ca5915cfe
commit 988bf7f26e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ jobs:
os: [windows, ubuntu, macos] os: [windows, ubuntu, macos]
steps: steps:
- name: Checkout the repository - 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 - name: Move the test project to the working directory
run: mv test/* . run: mv test/* .
@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout the repository - name: Checkout the repository
uses: actions/checkout@v4.1.0 uses: actions/checkout@v4.1.1
- name: Use the action with specified directories - name: Use the action with specified directories
id: cmake-action id: cmake-action
@ -62,7 +62,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout the repository - name: Checkout the repository
uses: actions/checkout@v4.1.0 uses: actions/checkout@v4.1.1
- name: Use the action with run build enabled - name: Use the action with run build enabled
id: cmake-action id: cmake-action
@ -79,7 +79,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout the repository - name: Checkout the repository
uses: actions/checkout@v4.1.0 uses: actions/checkout@v4.1.1
- name: Use the action with run test enabled - name: Use the action with run test enabled
uses: ./ uses: ./
@ -96,7 +96,7 @@ jobs:
compiler: [gcc, msvc] compiler: [gcc, msvc]
steps: steps:
- name: Checkout the repository - name: Checkout the repository
uses: actions/checkout@v4.1.0 uses: actions/checkout@v4.1.1
- name: Use the action with additional compiler flags - name: Use the action with additional compiler flags
uses: ./ uses: ./
@ -118,7 +118,7 @@ jobs:
os: [windows, ubuntu, macos] os: [windows, ubuntu, macos]
steps: steps:
- name: Checkout the repository - 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 - name: Use the action with specified generator and compilers
uses: ./ uses: ./
@ -137,7 +137,7 @@ jobs:
runs-on: windows-latest runs-on: windows-latest
steps: steps:
- name: Checkout the repository - name: Checkout the repository
uses: actions/checkout@v4.1.0 uses: actions/checkout@v4.1.1
- name: Use the action with specified shell - name: Use the action with specified shell
uses: ./ uses: ./