From 686fb8782cfa89a807ecc6dcbc104c6dab43eb66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 17:42:56 +0000 Subject: 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/fossa.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/fossa.yaml') diff --git a/.github/workflows/fossa.yaml b/.github/workflows/fossa.yaml index 4405bed..9f613fd 100644 --- a/.github/workflows/fossa.yaml +++ b/.github/workflows/fossa.yaml @@ -8,7 +8,7 @@ jobs: if: github.repository_owner == 'uber-go' steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: FOSSA analysis uses: fossas/fossa-action@v1.1.0 -- cgit v1.2.3