Skip to content

Commit

Permalink
build(deps): bump actions/checkout from 3 to 4 (#236)
Browse files Browse the repository at this point in the history
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](actions/checkout@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>
  • Loading branch information
dependabot[bot] committed Sep 14, 2023
1 parent 6d53a42 commit 212747f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: macos-11 # use macOS to avoid installation of desktop deps
steps:
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Golang
uses: actions/setup-go@v4
Expand Down Expand Up @@ -35,7 +35,7 @@ jobs:
name: Build - ${{ matrix.os }}
steps:
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- if: contains(matrix.os, 'ubuntu')
name: Dependencies (Linux)
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v') # if tag starts with "v"
steps:
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Task
uses: arduino/setup-task@v1
Expand Down

0 comments on commit 212747f

Please sign in to comment.