Skip to content

Commit

Permalink
Bump actions/checkout from 2.4.0 to 3.5.3
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.5.3.
- [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.5.3)

---
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 Jun 12, 2023
1 parent 57e642d commit 39773af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checking out code from GitHub
uses: actions/checkout@v2.4.0
uses: actions/checkout@v3.5.3
- name: Set up Python 3.8
uses: actions/setup-python@v2.3.1
with:
Expand All @@ -35,7 +35,7 @@ jobs:
python: [3.7, 3.8]
steps:
- name: Checking out code from GitHub
uses: actions/checkout@v2.4.0
uses: actions/checkout@v3.5.3
- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v2.3.1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3.5.3
- name: Set up Python
uses: actions/setup-python@v2.3.1
with:
Expand Down

0 comments on commit 39773af

Please sign in to comment.