Skip to content

Commit

Permalink
Bump actions/checkout from 2 to 3 (contiv#70)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2...v3)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 15, 2023
1 parent bea7be7 commit 988fe7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# with:
# go-version: 1.15
# - name: Check-out code
# uses: actions/checkout@v2
# uses: actions/checkout@v3
# - name: Run unit tests
# run: |
# make test
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
runs-on: [ubuntu-latest]
steps:
- name: Check-out code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Run code linters
run: |
make golangci
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: [ubuntu-latest]
steps:
- name: Check-out code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Read version
run: |
echo "version=$(head VERSION)" >> $GITHUB_ENV
Expand Down

0 comments on commit 988fe7f

Please sign in to comment.