Skip to content

Commit c596d3c

Browse files
Bump actions/checkout from 2 to 2.3.4
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 2.3.4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v2.3.4) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 327ac46 commit c596d3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: windows-2019
1616
steps:
1717
- name: Check out code
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v2.3.4
1919
with:
2020
fetch-depth: 0
2121

@@ -32,7 +32,7 @@ jobs:
3232
if: contains(github.ref, 'master')
3333
steps:
3434
- name: Check out code
35-
uses: actions/checkout@v2
35+
uses: actions/checkout@v2.3.4
3636
with:
3737
fetch-depth: 0
3838

0 commit comments

Comments
 (0)