Skip to content

Commit 5fdedd5

Browse files
authored
ci: upgrade GitHub actions to Node.js v16 πŸš’ (#89)
Upgrade the GitHub Actions to node16 as runtime instead of node12.
1 parent 0e64339 commit 5fdedd5

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

β€Ž.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ jobs:
1212
name: Brew Formula
1313

1414
steps:
15-
- name: Checkout
16-
uses: actions/checkout@v2
17-
15+
- uses: actions/checkout@v3
1816
- name: Update Homebrew Formula
1917
uses: dawidd6/action-homebrew-bump-formula@v3
2018
with:

β€Ž.github/workflows/stale.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,8 @@ on:
77
jobs:
88
stale:
99
runs-on: ubuntu-latest
10-
1110
steps:
12-
13-
- name: Stale Bot
14-
uses: actions/stale@v3
11+
- uses: actions/stale@v5
1512
with:
1613
repo-token: ${{ secrets.GITHUB_TOKEN }}
1714

β€Ž.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ jobs:
1414

1515
steps:
1616

17-
- name: Checkout
18-
uses: actions/checkout@v2
17+
- uses: actions/checkout@v3
1918
with:
2019
fetch-depth: 0
2120

0 commit comments

Comments
Β (0)