Skip to content

Commit 8a04e59

Browse files
Bump actions/checkout from 4.1.4 to 4.1.5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.4 to 4.1.5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@0ad4b8f...44c2b7a) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a4a64af commit 8a04e59

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: .github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
egress-policy: audit
3434
- name: Checkout repository
35-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
35+
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
3636
with:
3737
submodules: 'recursive'
3838
- name: Install Perl

Diff for: .github/workflows/onebranch.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: windows-latest
1919
steps:
2020
- name: Checkout repository
21-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
21+
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
2222
with:
2323
submodules: 'recursive'
2424
- name: Setup MSBuild

Diff for: .github/workflows/reach.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout repository
18-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
18+
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
1919
with:
2020
fetch-depth: 0
2121
submodules: 'recursive'
@@ -46,7 +46,7 @@ jobs:
4646
runs-on: windows-latest
4747
steps:
4848
- name: Checkout repository
49-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
49+
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
5050
with:
5151
fetch-depth: 0
5252
submodules: 'recursive'

0 commit comments

Comments
 (0)