Skip to content

Commit dede378

Browse files
authored
Merge pull request #12 from Kikobeats/dependabot/github_actions/actions/checkout-3
build(deps): bump actions/checkout from 2 to 3
2 parents e58f93b + 1344818 commit dede378

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cron.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v3
1515
with:
1616
token: ${{ secrets.GH_TOKEN }}
1717
- name: Setup Node.js

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v3
1717
- name: Setup Node.js
1818
uses: actions/setup-node@v3
1919
with:

0 commit comments

Comments
 (0)