Merge pull request #5328 from git-lfs/dependabot/github_actions/actions/setup-go-4

build(deps): bump actions/setup-go from 3 to 4
This commit is contained in:
Chris Darroch 2023-04-01 12:09:52 -07:00 committed by GitHub
commit bea0287cdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

@ -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"

@ -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