Skip to content

Commit

Permalink
Bump actions/checkout from 2.4.0 to 3.3.0
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3.3.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2.4.0...v3.3.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] committed Jan 5, 2023
1 parent 8b830c5 commit b010149
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Check out code
uses: actions/checkout@v2.4.0
uses: actions/checkout@v3.3.0
with:
fetch-depth: 1
- name: check
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Check out code
uses: actions/checkout@v2.4.0
uses: actions/checkout@v3.3.0
with:
fetch-depth: 0
- name: Generate changelog
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Check out code
uses: actions/checkout@v2.4.0
uses: actions/checkout@v3.3.0
with:
fetch-depth: 0
- name: Run tests
Expand Down

0 comments on commit b010149

Please sign in to comment.