Browse Source

chore(deps): bump actions/setup-go from 3 to 4 (#2141)

Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 4.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 3 years ago
parent
commit
717746c76f

+ 3 - 3
.github/workflows/ci.yml

@@ -39,7 +39,7 @@ jobs:
         uses: actions/checkout@v3
         uses: actions/checkout@v3
 
 
       - name: Setup Go
       - name: Setup Go
-        uses: actions/setup-go@v3
+        uses: actions/setup-go@v4
         with:
         with:
           go-version-file: "go.mod"
           go-version-file: "go.mod"
 
 
@@ -83,7 +83,7 @@ jobs:
           git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
           git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
 
 
       - name: Setup Go
       - name: Setup Go
-        uses: actions/setup-go@v3
+        uses: actions/setup-go@v4
         with:
         with:
           go-version-file: "go.mod"
           go-version-file: "go.mod"
 
 
@@ -125,7 +125,7 @@ jobs:
         run: git fetch --prune --unshallow
         run: git fetch --prune --unshallow
 
 
       - name: Setup Go
       - name: Setup Go
-        uses: actions/setup-go@v3
+        uses: actions/setup-go@v4
         with:
         with:
           go-version-file: "go.mod"
           go-version-file: "go.mod"
 
 

+ 1 - 1
.github/workflows/docs.yml

@@ -14,7 +14,7 @@ jobs:
           fetch-depth: 0
           fetch-depth: 0
 
 
       - name: Setup Go
       - name: Setup Go
-        uses: actions/setup-go@v3
+        uses: actions/setup-go@v4
         with:
         with:
           go-version-file: "go.mod"
           go-version-file: "go.mod"
 
 

+ 1 - 1
.github/workflows/publish.yml

@@ -66,7 +66,7 @@ jobs:
           install: true
           install: true
 
 
       - name: Setup Go
       - name: Setup Go
-        uses: actions/setup-go@v3
+        uses: actions/setup-go@v4
         with:
         with:
           go-version-file: "go.mod"
           go-version-file: "go.mod"
 
 

+ 2 - 2
.github/workflows/release.yml

@@ -55,7 +55,7 @@ jobs:
           GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
           GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
 
 
       - name: Setup Go
       - name: Setup Go
-        uses: actions/setup-go@v3
+        uses: actions/setup-go@v4
         with:
         with:
           go-version-file: "go.mod"
           go-version-file: "go.mod"
 
 
@@ -94,7 +94,7 @@ jobs:
           fetch-depth: 0
           fetch-depth: 0
 
 
       - name: Setup Go
       - name: Setup Go
-        uses: actions/setup-go@v3
+        uses: actions/setup-go@v4
         with:
         with:
           go-version-file: "go.mod"
           go-version-file: "go.mod"