Skip to content

Commit edde679

Browse files
dependabot[bot]sylvainfortin
authored andcommitted
Bump actions/checkout from 6.0.0 to 6.0.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6.0.0...v6.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7969699 commit edde679

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/actions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
steps:
4141
- name: Checkout the repo
42-
uses: actions/[email protected].0
42+
uses: actions/[email protected].1
4343

4444
- name: Download sharpmake ${{ matrix.framework }} ${{ runner.os }}-release binaries
4545
uses: actions/download-artifact@v6
@@ -58,7 +58,7 @@ jobs:
5858
matrix: ${{ steps.set-matrix.outputs.matrix }}
5959
steps:
6060
- name: Checkout the repo
61-
uses: actions/[email protected].0
61+
uses: actions/[email protected].1
6262

6363
- name: Generate samples matrix
6464
id: set-matrix
@@ -79,7 +79,7 @@ jobs:
7979
matrix: ${{fromJSON(needs.generate_samples_matrix.outputs.matrix)}}
8080
steps:
8181
- name: Checkout the repo
82-
uses: actions/[email protected].0
82+
uses: actions/[email protected].1
8383

8484
# Setting a VS_VERSION_SUFFIX variable for use by steps that are using solutions specific to VS2019 or VS2022
8585
- name: SetVSVersionSuffix-VS2019

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
steps:
3535
- name: Checkout the repo
36-
uses: actions/[email protected].0
36+
uses: actions/[email protected].1
3737
with:
3838
fetch-depth: 0
3939

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
steps:
3535
- name: 'Checkout the repo'
36-
uses: actions/[email protected].0
36+
uses: actions/[email protected].1
3737
with:
3838
fetch-depth: 0
3939

0 commit comments

Comments
 (0)