Skip to content

Commit

Permalink
Bump actions/checkout from 3.2.0 to 3.5.0 (#1091)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.2.0 to 3.5.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@755da8c...8f4b7f8)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Erik Schierboom <[email protected]>
  • Loading branch information
dependabot[bot] and ErikSchierboom authored Aug 1, 2023
1 parent ca046ee commit 2ab0439
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3

- uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9
with:
Expand All @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3

- name: Check formatting
run: ./.gha.gofmt.sh

0 comments on commit 2ab0439

Please sign in to comment.