diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-04-08 20:01:43 +0000 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.eu> | 2022-04-08 23:09:52 +0200 |
commit | 715160f556991518f050dee3dcaaea338bb1c9c1 (patch) | |
tree | 5ed744a0debb3a44500b131018643ba67af82b1a /.github/workflows | |
parent | 782c376c488a2bc69019e2dafa992fa3b36f9bc2 (diff) | |
download | feed2imap-go-715160f556991518f050dee3dcaaea338bb1c9c1.tar.gz feed2imap-go-715160f556991518f050dee3dcaaea338bb1c9c1.tar.bz2 feed2imap-go-715160f556991518f050dee3dcaaea338bb1c9c1.zip |
Bump actions/setup-go from 2 to 3
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 3.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v2...v3)
---
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>
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/go.yml | 2 | ||||
-rw-r--r-- | .github/workflows/release.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 8598b19..2507938 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Set up Go 1.17 - uses: actions/setup-go@v2 + uses: actions/setup-go@v3 with: go-version: 1.17 id: go diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8eeb91e..404ff04 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Set up Go 1.17 - uses: actions/setup-go@v2 + uses: actions/setup-go@v3 with: go-version: 1.17 id: go |