diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index edf03cb93..904cb7fbb 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -30,7 +30,7 @@ jobs: fetch-depth: 0 - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v20.2 + uses: tj-actions/changed-files@v22.1 - name: Write test credentials run: | echo "${CLASP_CREDENTIALS}" > "${HOME}/.clasprc.json"