diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a3b121..bd54ab0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: uses: actions/checkout@v2 - name: Get test key and passphrase - uses: actions/github-script@v3 + uses: actions/github-script@v4 id: test with: script: | @@ -71,7 +71,7 @@ jobs: uses: actions/checkout@v2 - name: Get test key and passphrase - uses: actions/github-script@v3 + uses: actions/github-script@v4 id: test with: script: |