-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #773 from TeoZosa/dependabot/pip/hypothesis-6.56.1
Original-Commit: TeoZosa/cookiecutter-cruft-poetry-tox-pre-commit-ci-cd@c763eac
- Loading branch information
1 parent
b82a9d0
commit a55ce03
Showing
8 changed files
with
34 additions
and
121 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
if: github.actor == 'dependabot[bot]' | ||
steps: | ||
- uses: actions/checkout@v3.1.0 | ||
- uses: actions/checkout@v3.0.2 | ||
- uses: ahmadnassri/[email protected] | ||
with: | ||
target: minor | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ jobs: | |
runs-on: "ubuntu-latest" | ||
steps: | ||
- name: Check out the repository | ||
uses: actions/checkout@v3.1.0 | ||
uses: actions/checkout@v3.0.2 | ||
|
||
- name: Set up Python | ||
uses: actions/[email protected] | ||
|
@@ -83,7 +83,7 @@ jobs: | |
runs-on: "ubuntu-latest" | ||
steps: | ||
- name: Check out the repository | ||
uses: actions/checkout@v3.1.0 | ||
uses: actions/checkout@v3.0.2 | ||
|
||
- name: Set up Python | ||
uses: actions/[email protected] | ||
|
@@ -126,7 +126,7 @@ jobs: | |
name: Semgrep | ||
steps: | ||
- name: Check out the repository | ||
uses: actions/checkout@v3.1.0 | ||
uses: actions/checkout@v3.0.2 | ||
|
||
- name: Disable Git LFS | ||
run: | | ||
|
@@ -154,7 +154,7 @@ jobs: | |
|
||
steps: | ||
- name: Check out the repository | ||
uses: actions/checkout@v3.1.0 | ||
uses: actions/checkout@v3.0.2 | ||
|
||
- name: Set up Python | ||
uses: actions/[email protected] | ||
|
@@ -215,7 +215,7 @@ jobs: | |
runs-on: "ubuntu-latest" | ||
steps: | ||
- name: Check out the repository | ||
uses: actions/checkout@v3.1.0 | ||
uses: actions/checkout@v3.0.2 | ||
|
||
- name: Set up Python | ||
uses: actions/[email protected] | ||
|
@@ -264,7 +264,7 @@ jobs: | |
|
||
steps: | ||
- name: Check out the repository | ||
uses: actions/checkout@v3.1.0 | ||
uses: actions/checkout@v3.0.2 | ||
with: | ||
lfs: true | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Check out the repository | ||
uses: actions/checkout@v3.1.0 | ||
uses: actions/checkout@v3.0.2 | ||
|
||
- name: Run Labeler | ||
uses: crazy-max/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ jobs: | |
|
||
steps: | ||
- name: Check out the repository | ||
uses: actions/checkout@v3.1.0 | ||
uses: actions/checkout@v3.0.2 | ||
|
||
- name: Set up Python | ||
uses: actions/[email protected] | ||
|
@@ -112,7 +112,7 @@ jobs: | |
PY_COLORS: 1 | ||
steps: | ||
- name: Check out the repository | ||
uses: actions/checkout@v3.1.0 | ||
uses: actions/checkout@v3.0.2 | ||
|
||
- name: Set up Python | ||
uses: actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ jobs: | |
dev-version: ${{ steps.bump-dev-version.outputs.version }} | ||
steps: | ||
- name: Check out the repository | ||
uses: actions/checkout@v3.1.0 | ||
uses: actions/checkout@v3.0.2 | ||
with: | ||
fetch-depth: 2 | ||
|
||
|
@@ -81,7 +81,7 @@ jobs: | |
package-version: ${{ steps.log-package-version.outputs.version }} | ||
steps: | ||
- name: Check out the repository | ||
uses: actions/checkout@v3.1.0 | ||
uses: actions/checkout@v3.0.2 | ||
|
||
- name: Set up Python | ||
uses: actions/[email protected] | ||
|
@@ -149,7 +149,7 @@ jobs: | |
package-version: ${{ needs.package-build.outputs.package-version }} | ||
steps: | ||
- name: Check out the repository | ||
uses: actions/checkout@v3.1.0 | ||
uses: actions/checkout@v3.0.2 | ||
|
||
- name: Set up Python | ||
uses: actions/[email protected] | ||
|
@@ -195,7 +195,7 @@ jobs: | |
|
||
steps: | ||
- name: Check out the repository | ||
uses: actions/checkout@v3.1.0 | ||
uses: actions/checkout@v3.0.2 | ||
|
||
- name: Set up Python | ||
uses: actions/[email protected] | ||
|
@@ -232,7 +232,7 @@ jobs: | |
needs: get-tag-xor-dev-version | ||
steps: | ||
- name: Check out the repository | ||
uses: actions/checkout@v3.1.0 | ||
uses: actions/checkout@v3.0.2 | ||
|
||
- name: Set up Python | ||
uses: actions/[email protected] | ||
|
@@ -303,7 +303,7 @@ jobs: | |
|
||
steps: | ||
- name: Check out the repository | ||
uses: actions/checkout@v3.1.0 | ||
uses: actions/checkout@v3.0.2 | ||
|
||
- name: Publish the release notes | ||
uses: release-drafter/[email protected] | ||
|
Oops, something went wrong.