Skip to content

Commit

Permalink
Merge pull request #295 from ubisoft/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-3.6.0

Bump actions/checkout from 3.5.3 to 3.6.0
  • Loading branch information
baudronp authored Aug 25, 2023
2 parents a9033b4 + 8612262 commit 7690622
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
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

steps:
- name: Checkout the repo
uses: actions/checkout@v3.5.3
uses: actions/checkout@v3.6.0

- 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@v3.5.3
uses: actions/checkout@v3.6.0

- 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@v3.5.3
uses: actions/checkout@v3.6.0

# 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
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

steps:
- name: Checkout the repo
uses: actions/checkout@v3.5.3
uses: actions/checkout@v3.6.0
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

steps:
- name: 'Checkout the repo'
uses: actions/checkout@v3.5.3
uses: actions/checkout@v3.6.0
with:
fetch-depth: 0

Expand Down

0 comments on commit 7690622

Please sign in to comment.