From a3d1eb147ad748e566835c56a65fa3a27fd4ef8a Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Wed, 20 May 2020 02:47:14 +0200 Subject: [PATCH] Update workflows --- .github/workflows/automerge.yml | 2 +- .github/workflows/ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index 036cd5c..a474bdb 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -31,7 +31,7 @@ jobs: MERGE_COMMIT_MESSAGE: automatic - name: Dispatch event - uses: actions/github-script@0.9.0 + uses: actions/github-script@v1 with: github-token: ${{secrets.GITHUB_TOKEN}} script: | diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d17b973..10db092 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@v2 - name: Get test key and passphrase - uses: actions/github-script@0.9.0 + uses: actions/github-script@v1 id: test with: script: | @@ -68,7 +68,7 @@ jobs: uses: actions/checkout@v2 - name: Get test key and passphrase - uses: actions/github-script@0.9.0 + uses: actions/github-script@v1 id: test with: script: |