diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 63e0e52..06a58f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: uses: actions/checkout@v2.3.2 - name: Get test key and passphrase - uses: actions/github-script@v2 + uses: actions/github-script@v3 id: test with: script: | @@ -70,7 +70,7 @@ jobs: uses: actions/checkout@v2.3.2 - name: Get test key and passphrase - uses: actions/github-script@v2 + uses: actions/github-script@v3 id: test with: script: |