Skip to content

Commit 02b7bbb

Browse files
Bump actions/checkout from 2 to 3 (#11)
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 5e2fafb commit 02b7bbb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
BUILD_GROUP: ${{ matrix.build-group }}
3535
steps:
3636
- name: Checkout
37-
uses: actions/checkout@v2
37+
uses: actions/checkout@v3
3838
with:
3939
submodules: recursive
4040
- name: Set up node
@@ -64,7 +64,7 @@ jobs:
6464
name: Release
6565
steps:
6666
- name: Checkout
67-
uses: actions/checkout@v2
67+
uses: actions/checkout@v3
6868
- name: Download artifacts
6969
uses: actions/download-artifact@v2
7070
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: ${{ matrix.os }} / Node ${{ matrix.node }} ${{ matrix.arch }}
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v2
20+
uses: actions/checkout@v3
2121
with:
2222
submodules: recursive
2323
- name: Use node ${{ matrix.node }}

0 commit comments

Comments
 (0)