Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 25, 2023
1 parent 557146b commit f0fe25a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@v2.3.5
uses: actions/checkout@v3.6.0
with:
fetch-depth: 0 # need to checkout "all commits" for certain features to work (e.g., get all changed files)

Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
with:
python-version: 3.8
- name: Checkout Code
uses: actions/checkout@v2.3.5
uses: actions/checkout@v3.6.0

- name: Load CI Environment from .ci_env
id: load_ci_env
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
GIT_SHA: ${{ needs.prepare_ci_run.outputs.GIT_SHA }}
steps:
- name: Checkout Code
uses: actions/checkout@v2.3.5
uses: actions/checkout@v3.6.0

- name: Load CI Environment from .ci_env
id: load_ci_env
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
go-version: 1.16
id: go
- name: Check out code.
uses: actions/checkout@v2.3.5
uses: actions/checkout@v3.6.0
- name: Install linters
run: '( mkdir linters && cd linters && go get golang.org/x/lint/golint )'
- uses: reviewdog/[email protected]
Expand Down

0 comments on commit f0fe25a

Please sign in to comment.