Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 9ac991d

Browse files
authored
ci: bump action versions in workflows, fix node deprecation warnings (#255)
* alex.yml: bump actions version * community.yml: bump actions version
1 parent b4ae4e5 commit 9ac991d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/alex.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v3
1111
- name: Use Node.js
12-
uses: actions/setup-node@v1
12+
uses: actions/setup-node@v3
1313
with:
1414
node-version: 12.x
1515
- name: Comment on new PR
16-
uses: brown-ccv/alex-recommends@v1.1.2
16+
uses: brown-ccv/alex-recommends@v1.2.1
1717
with:
1818
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/community.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
welcome:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v1
19+
- uses: actions/checkout@v3
2020
- uses: EddieHubCommunity/gh-action-community/src/welcome@main
2121
with:
2222
github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -27,7 +27,7 @@ jobs:
2727
statistics:
2828
runs-on: ubuntu-latest
2929
steps:
30-
- uses: actions/checkout@v1
30+
- uses: actions/checkout@v3
3131
- uses: EddieHubCommunity/gh-action-community/src/statistics@main
3232
with:
3333
firebase-key: ${{ secrets.FIREBASE_KEY }}

0 commit comments

Comments
 (0)