Skip to content

Commit 57990f3

Browse files
actions-userdword-design
authored andcommitted
chore: update config files
1 parent 1007b8a commit 57990f3

File tree

4 files changed

+8
-12
lines changed

4 files changed

+8
-12
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,21 @@ jobs:
66
- env:
77
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
88
uses: rokroskar/[email protected]
9-
- uses: actions/checkout@v3
9+
- uses: actions/checkout@v2
1010
with:
1111
fetch-depth: 0
1212
lfs: true
1313
ref: ${{ github.event.pull_request.head.repo.full_name == github.repository &&
1414
github.event.pull_request.head.ref || '' }}
15-
- uses: actions/setup-node@v3
15+
- uses: actions/setup-node@v2
1616
with:
1717
node-version: 14
1818
- run: git config --global user.email "[email protected]"
1919
- run: git config --global user.name "GitHub Actions"
2020
- run: yarn --frozen-lockfile
21-
- env:
22-
TEST_GITHUB_API_TOKEN: ${{ secrets.TEST_GITHUB_API_TOKEN }}
23-
run: yarn test
21+
- run: yarn test
2422
- if: failure()
25-
uses: actions/upload-artifact@v3
23+
uses: actions/upload-artifact@v2
2624
with:
2725
name: Image Snapshot Diffs
2826
path: "**/__image_snapshots__/__diff_output__"

.github/workflows/deprecated-dependencies.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ jobs:
22
run:
33
runs-on: ubuntu-latest
44
steps:
5-
- uses: actions/checkout@v3
5+
- uses: actions/checkout@v2
66
with:
77
lfs: true
88
- continue-on-error: true
@@ -20,11 +20,10 @@ jobs:
2020
update_existing: true
2121
- if: ${{ !steps.check-deprecated-js-deps.outputs.deprecated &&
2222
steps.create-deprecation-issue.outputs.number }}
23-
uses: peter-evans/close-issue@v2
23+
uses: peter-evans/close-issue@v1
2424
with:
2525
comment: Auto-closing the issue
2626
issue-number: ${{ steps.create-deprecation-issue.outputs.number }}
27-
- uses: gautamkrishnar/keepalive-workflow@v1
2827
name: deprecated-dependencies
2928
on:
3029
schedule:

.github/workflows/sync-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ jobs:
22
build:
33
runs-on: ubuntu-latest
44
steps:
5-
- uses: actions/checkout@v3
5+
- uses: actions/checkout@v2
66
- env:
77
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
88
uses: micnncim/action-label-syncer@v1

.github/workflows/sync-metadata.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@ jobs:
22
build:
33
runs-on: ubuntu-latest
44
steps:
5-
- uses: actions/checkout@v3
5+
- uses: actions/checkout@v2
66
- uses: jaid/[email protected]
77
with:
88
approve: false
99
commitMessage: "fix: write GitHub metadata to package.json [{changes}]"
1010
githubToken: ${{ secrets.GITHUB_TOKEN }}
11-
- uses: gautamkrishnar/keepalive-workflow@v1
1211
name: sync-metadata
1312
on:
1413
schedule:

0 commit comments

Comments
 (0)