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: |