Skip to content

Commit 41c11f1

Browse files
dependabot[bot]nschonni
authored andcommitted
build(deps): bump actions/checkout from 2 to 3
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]>
1 parent 3437b5f commit 41c11f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Clone repository
20-
uses: actions/checkout@v2
20+
uses: actions/checkout@v3
2121

2222
- name: Set up Node.js
2323
uses: actions/setup-node@v3
@@ -44,7 +44,7 @@ jobs:
4444

4545
steps:
4646
- name: Clone repository
47-
uses: actions/checkout@v2
47+
uses: actions/checkout@v3
4848

4949
- name: Set up Node.js
5050
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)