diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index f571672a3..223f9b341 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -13,7 +13,7 @@ jobs: GITHUB_PERSONAL_ACCESS_TOKEN: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }} COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }} steps: - - uses: actions/setup-go@v2 + - uses: actions/setup-go@v4 with: go-version: '1.17' - name: Set release type environment