Skip to content

Commit

Permalink
Bump actions/checkout from 3.5.2 to 4.0.0
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 4.0.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3.5.2...v4.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 22, 2023
1 parent 0301a21 commit 80cf5cc
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 @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout the code
uses: actions/checkout@v3.5.2
uses: actions/checkout@v4.0.0
with:
fetch-depth: 0
- name: Set up Python
Expand All @@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout the code
uses: actions/checkout@v3.5.2
uses: actions/checkout@v4.0.0
with:
fetch-depth: 0
- name: Set up Python
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
steps:
- name: Checkout the code
uses: actions/checkout@v3.5.2
uses: actions/checkout@v4.0.0
with:
fetch-depth: 0
- name: Set up Python
Expand Down

0 comments on commit 80cf5cc

Please sign in to comment.