diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-10-31 17:42:56 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-31 17:42:56 +0000 |
| commit | 686fb8782cfa89a807ecc6dcbc104c6dab43eb66 (patch) | |
| tree | a262df313d72e215da9ddbdd19c56289fe96e278 /.github/workflows/go.yml | |
| parent | 2a559ac0e606c87da0628d570039e8a102ebf858 (diff) | |
| download | sally-686fb8782cfa89a807ecc6dcbc104c6dab43eb66.tar.gz | |
Bump actions/checkout from 3 to 4 (#110)
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '')
| -rw-r--r-- | .github/workflows/go.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 9c46b19..e7a1e4f 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Go uses: actions/setup-go@v4 @@ -58,7 +58,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2 |