Skip to content

Commit

Permalink
Bump actions/checkout from 3.5.2 to 3.5.3
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 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@v3.5.2...v3.5.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 1, 2023
1 parent d401ee5 commit d55c501
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: 'ubuntu-latest'
steps:
- name: Checkout
uses: actions/checkout@v3.5.2
uses: actions/checkout@v3.5.3
- name: Setup python
uses: actions/setup-python@v4.6.1
with:
Expand All @@ -47,7 +47,7 @@ jobs:
runs-on: 'ubuntu-latest'
steps:
- name: Checkout
uses: actions/checkout@v3.5.2
uses: actions/checkout@v3.5.3
- name: Setup python
uses: actions/setup-python@v4.6.1
with:
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
settings: ${{ steps.outputs.outputs.settings }}
steps:
- name: Checkout
uses: actions/checkout@v3.5.2
uses: actions/checkout@v3.5.3
with:
fetch-depth: 0
- name: Setup python
Expand Down Expand Up @@ -223,7 +223,7 @@ jobs:
- x64
steps:
- name: Checkout
uses: actions/checkout@v3.5.2
uses: actions/checkout@v3.5.3
- name: Setup python
uses: actions/setup-python@v4.6.1
with:
Expand Down Expand Up @@ -270,7 +270,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3.5.2
uses: actions/checkout@v3.5.3
- name: Download coverage artifact
uses: actions/download-artifact@v3.0.2
with:
Expand All @@ -288,7 +288,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3.5.2
uses: actions/checkout@v3.5.3
- name: Download coverage artifact
uses: actions/download-artifact@v3.0.2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/periodic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
steps:
- name: Checkout
if: matrix.source == '-e .'
uses: actions/checkout@v3.5.2
uses: actions/checkout@v3.5.3
- name: Setup python
uses: actions/setup-python@v4.6.1
with:
Expand Down

0 comments on commit d55c501

Please sign in to comment.