Skip to content

Commit c2bea28

Browse files
authored
Merge pull request #113 from renoki-co/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents 6c5e867 + 9c4e5f6 commit c2bea28

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
name: Node.js ${{ matrix.node }}
2727

2828
steps:
29-
- uses: actions/checkout@v2
29+
- uses: actions/checkout@v3
3030

3131
- uses: actions/setup-node@v3.1.0
3232
name: Installing Node.js v${{ matrix.node }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: Publish NPM
2020

2121
steps:
22-
- uses: actions/checkout@v2
22+
- uses: actions/checkout@v3
2323

2424
- uses: actions/setup-node@v3.1.0
2525
name: Installing Node.js v14.x

0 commit comments

Comments
 (0)