Skip to content

Commit

Permalink
[INTERNAL] Downgrade GH Actions dependencies to test auto-merge action
Browse files Browse the repository at this point in the history
  • Loading branch information
matz3 committed Sep 6, 2023
1 parent af35e7b commit 7d393fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4.0.0

- name: Use Node.js LTS 16.18.0
uses: actions/setup-node@v3.8.1
uses: actions/setup-node@v3.8.0
with:
node-version: 16.18.0

Expand All @@ -26,7 +26,7 @@ jobs:
run: npm test

- name: Send report to Coveralls
uses: coverallsapp/github-action@v2.2.2
uses: coverallsapp/github-action@v2.2.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -48,7 +48,7 @@ jobs:
- uses: actions/checkout@v4.0.0

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.8.1
uses: actions/setup-node@v3.8.0
with:
node-version: ${{ matrix.node-version }}

Expand Down

0 comments on commit 7d393fc

Please sign in to comment.