From 7d393fcddaa0bb6cb25a5a357376be352bef5730 Mon Sep 17 00:00:00 2001 From: Matthias Osswald Date: Wed, 6 Sep 2023 16:48:49 +0200 Subject: [PATCH] [INTERNAL] Downgrade GH Actions dependencies to test auto-merge action --- .github/workflows/github-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/github-ci.yml b/.github/workflows/github-ci.yml index 68d59ed..713cf36 100644 --- a/.github/workflows/github-ci.yml +++ b/.github/workflows/github-ci.yml @@ -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 @@ -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 }} @@ -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 }}