diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c047ff..63e68b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: uses: actions/checkout@v2 - name: Get test key and passphrase - uses: actions/github-script@v4 + uses: actions/github-script@v5 id: test with: script: | @@ -75,7 +75,7 @@ jobs: uses: actions/checkout@v2 - name: Get test key and passphrase - uses: actions/github-script@v4 + uses: actions/github-script@v5 id: test with: script: |