Skip to content

Commit

Permalink
Bump actions/checkout from 3.5.2 to 3.6.0 (#207)
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.6.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...v3.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Aug 30, 2023
1 parent d904d57 commit cdbc8d4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11' ]
steps:
- name: Checkout the repository
uses: actions/checkout@v3.5.2
uses: actions/checkout@v3.6.0
with:
fetch-depth: 0

Expand All @@ -40,7 +40,7 @@ jobs:
architecture: [ linux/amd64, linux/386, linux/arm/v7, linux/ppc64le ]
steps:
- name: Checkout the repository
uses: actions/checkout@v3.5.2
uses: actions/checkout@v3.6.0
with:
fetch-depth: 0

Expand Down Expand Up @@ -93,13 +93,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the main repository
uses: actions/checkout@v3.5.2
uses: actions/checkout@v3.6.0
with:
fetch-depth: 0
path: phockup

- name: Checkout the Homebrew repository
uses: actions/checkout@v3.5.2
uses: actions/checkout@v3.6.0
with:
repository: ivandokov/homebrew-contrib
path: homebrew-contrib
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v3.5.2
uses: actions/checkout@v3.6.0
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.6.0
- name: Install dependencies
run: pip install -r requirements-dev.txt
- name: Run pre-commit
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11' ]
steps:
- name: Checkout the repository
uses: actions/checkout@v3.5.2
uses: actions/checkout@v3.6.0

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
Expand All @@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v3.5.2
uses: actions/checkout@v3.6.0
- name: Build
uses: docker/build-push-action@v4
with:
Expand Down

0 comments on commit cdbc8d4

Please sign in to comment.