commit | 519c193df3e2910cc816144f98de2c20815e9ae2 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Wed Oct 05 04:37:24 2022 +0000 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Wed Oct 05 11:08:14 2022 -0400 |
tree | eb8adca67d9a50f80167c318e1a924aeb85d6845 | |
parent | 1d18f7db73eab23aa3db8c04ab433f9f7167523b [diff] [blame] |
build(deps): bump actions/checkout from 3.0.2 to 3.1.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.2 to 3.1.0. - [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.0.2...v3.1.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index de5577a..2c83f70 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml
@@ -7,7 +7,7 @@ runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3.0.2 + uses: actions/checkout@v3.1.0 - name: Set up Go uses: actions/setup-go@v3.3.0