Skip to content

Commit 000ceab

Browse files
chore(deps): bump actions/checkout from 2 to 3 (#48)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 45f8115 commit 000ceab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-and-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Clone repository
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@v3
1818

1919
- run: git fetch --prune --unshallow
2020

@@ -41,7 +41,7 @@ jobs:
4141

4242
steps:
4343
- name: Checkout
44-
uses: actions/checkout@v2.3.4
44+
uses: actions/checkout@v3
4545
with:
4646
fetch-depth: 0
4747

0 commit comments

Comments
 (0)