Skip to content

Commit 972ac2d

Browse files
authored
Merge pull request #51 from PlayerData/renovate-c8227daab8f448377bc85
chore(deps): update actions/checkout action to v3
2 parents 6fee279 + 7ae9c18 commit 972ac2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_and_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v1
15+
uses: actions/checkout@v3
1616

1717
- name: Setup Node.js
1818
uses: actions/setup-node@v3

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v1
13+
uses: actions/checkout@v3
1414

1515
- name: Setup Node.js
1616
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)