Skip to content

Bump actions/checkout from 2.3.4 to 3.3.0 #442

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .github/workflows/code-quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- os: macos-latest
python-version: 3.8
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.3.0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/[email protected]
with:
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
- poetry run bandit -r open_alchemy -s B101,B303,B310
- poetry run rstcheck -r docs
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.3.0
- name: Set up Python
uses: actions/[email protected]
with:
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
- npx cspell "open_alchemy/**/*.py" "open_alchemy/**/*.json" "open_alchemy/**/*.j2" "docs/**/*.rst" "docs/**/*/yml" "docs/**/*.yaml" "tests/**/*.py" "*.yaml" "*.json" "*.yml" "examples/**/*.py" "examples/**/*.yaml" "examples/**/*.yml"
- find examples -name "*spec.yml" ! -path "*/remote/*" ! -path "*/openapi-3-1/*" | xargs -n 1 sh -c 'npx swagger-cli validate $0 || exit 255'
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.3.0
- name: Set up Node
uses: actions/[email protected]
with:
Expand All @@ -109,7 +109,7 @@ jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.3.0
- name: Set up Python
uses: actions/[email protected]
with:
Expand All @@ -124,7 +124,7 @@ jobs:
- staticNode
- staticPython
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.3.0
- name: Set up Python
uses: actions/[email protected]
with:
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
needs:
- release-test-pypi
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.3.0
- name: Set up Python
uses: actions/[email protected]
with:
Expand Down Expand Up @@ -234,7 +234,7 @@ jobs:
needs:
- release-pypi
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.3.0
- name: Set up Python
uses: actions/[email protected]
with:
Expand Down Expand Up @@ -269,7 +269,7 @@ jobs:
run: |
echo ::set-output name=current_version::${GITHUB_REF#refs/tags/v}
shell: bash
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.3.0
- name: Get latest Changelog Entry
id: changelog_reader
uses: mindsers/changelog-reader-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/periodic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- https://test.pypi.org/simple/
- https://pypi.org/simple/
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.3.0
- name: Set up Python
uses: actions/[email protected]
with:
Expand Down