diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-03-17 20:56:24 +0000 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.eu> | 2023-03-17 22:17:48 +0100 |
commit | 4f06fe1edad2c97609592b4bc23856b9e0901291 (patch) | |
tree | c476f3b34e970af32e4acc1bedc7deb49730934f /.github/workflows | |
parent | b99fcfccaa5c00df2948ca5ce7d0f1e9ba27dc9b (diff) | |
download | feed2imap-go-4f06fe1edad2c97609592b4bc23856b9e0901291.tar.gz feed2imap-go-4f06fe1edad2c97609592b4bc23856b9e0901291.tar.bz2 feed2imap-go-4f06fe1edad2c97609592b4bc23856b9e0901291.zip |
Bump actions/setup-go from 3 to 4
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>
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 32e1f37..bfde1e5 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Set up Go 1.19 - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version: 1.19 id: go diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 769c97b..1849a05 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Set up Go 1.19 - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version: 1.19 id: go |