Skip to content

Commit 2894aef

Browse files
chore(deps): update actions/checkout action to v6.0.2 (#61)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 76b6bf9 commit 2894aef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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-latest
1616
steps:
1717
- name: Check out code
18-
uses: actions/checkout@v6.0.1
18+
uses: actions/checkout@v6.0.2
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@v6.0.1
35+
uses: actions/checkout@v6.0.2
3636
with:
3737
fetch-depth: 0
3838

0 commit comments

Comments
 (0)