diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-09-08 20:43:57 +0000 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.eu> | 2023-09-15 15:33:37 +0200 |
commit | 5d93202ff3d9fe6b851d42996383adf59b6a896f (patch) | |
tree | 89cdc89054b294ebe04a942bd594d6f321021fba /.github/workflows | |
parent | d177bcfda76ecd9f2ca5fb561cabe79e1213a7fa (diff) | |
download | feed2imap-go-5d93202ff3d9fe6b851d42996383adf59b6a896f.tar.gz feed2imap-go-5d93202ff3d9fe6b851d42996383adf59b6a896f.tar.bz2 feed2imap-go-5d93202ff3d9fe6b851d42996383adf59b6a896f.zip |
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github/workflows')
-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 7e3c5de..5d2f41c 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Go uses: actions/setup-go@v4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2057567..6f29962 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 |