diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e42c92df..66c73fb8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: # See https://github.com/actions/checkout/issues/882 for details. - uses: ruby/setup-ruby@v1 - run: gem install asciidoctor - - uses: actions/setup-go@v3 + - uses: actions/setup-go@v4 with: go-version: ${{ matrix.go }} - run: brew install gettext @@ -53,7 +53,7 @@ jobs: fetch-depth: 0 - run: git fetch origin "+${GITHUB_REF}:${GITHUB_REF}" if: ${{ github.ref_type == 'tag' }} - - uses: actions/setup-go@v3 + - uses: actions/setup-go@v4 with: go-version: ${{ matrix.go }} - run: script/cibuild @@ -72,7 +72,7 @@ jobs: - run: Rename-Item -Path C:\msys64 -NewName msys64-tmp -Force # We move the MSYS2 installed for Ruby aside to prevent use of its Git, # which does not honour the PATH we set to our built git-lfs binary. - - uses: actions/setup-go@v3 + - uses: actions/setup-go@v4 with: go-version: '1.20.x' - run: mkdir -p "$HOME/go/bin" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1d9d9f30..fab716d3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: - run: Rename-Item -Path C:\msys64 -NewName msys64-tmp -Force # We move the MSYS2 installed for Ruby aside to prevent use of its Git, # which does not honour the PATH we set to our built git-lfs binary. - - uses: actions/setup-go@v3 + - uses: actions/setup-go@v4 with: go-version: ${{ matrix.go }} - run: mkdir -p "$HOME/go/bin" @@ -81,7 +81,7 @@ jobs: - run: git fetch origin "+${GITHUB_REF}:${GITHUB_REF}" - uses: ruby/setup-ruby@v1 - run: gem install asciidoctor - - uses: actions/setup-go@v3 + - uses: actions/setup-go@v4 with: go-version: ${{ matrix.go }} - run: brew install gettext @@ -120,7 +120,7 @@ jobs: - run: git fetch origin "+${GITHUB_REF}:${GITHUB_REF}" - uses: ruby/setup-ruby@v1 - run: gem install asciidoctor - - uses: actions/setup-go@v3 + - uses: actions/setup-go@v4 with: go-version: ${{ matrix.go }} - run: sudo apt-get update && sudo apt-get -y install gettext libarchive-tools