Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.1 to 4.1.2 (#355)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.1...v4.1.2)

---
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>
  • Loading branch information
dependabot[bot] committed Mar 15, 2024
1 parent 2ac5cb0 commit 91add60
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/actions.yml
Expand Up @@ -39,7 +39,7 @@ jobs:

steps:
- name: Checkout the repo
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.2

- name: Download sharpmake ${{ matrix.framework }} ${{ runner.os }}-release binaries
uses: actions/download-artifact@v3
Expand All @@ -58,7 +58,7 @@ jobs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
- name: Checkout the repo
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.2

- name: Generate samples matrix
id: set-matrix
Expand All @@ -79,7 +79,7 @@ jobs:
matrix: ${{fromJSON(needs.generate_samples_matrix.outputs.matrix)}}
steps:
- name: Checkout the repo
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.2

# Setting a VS_VERSION_SUFFIX variable for use by steps that are using solutions specific to VS2019 or VS2022
- name: SetVSVersionSuffix-VS2019
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -33,7 +33,7 @@ jobs:

steps:
- name: Checkout the repo
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.2
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -33,7 +33,7 @@ jobs:

steps:
- name: 'Checkout the repo'
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.2
with:
fetch-depth: 0

Expand Down

0 comments on commit 91add60

Please sign in to comment.