Skip to content

Commit 71f3127

Browse files
build(deps): bump actions/checkout from 4.1.1 to 4.2.2 (#43)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.2.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.1...v4.2.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 4.2.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 83cce14 commit 71f3127

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@v4.1.1
18+
uses: actions/checkout@v4.2.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@v4.1.1
35+
uses: actions/checkout@v4.2.2
3636
with:
3737
fetch-depth: 0
3838

0 commit comments

Comments
 (0)