Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 8, 2023
1 parent b49b7e2 commit a636841
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
name: "Style Check"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: "Setup Python"
uses: actions/[email protected]
Expand All @@ -63,7 +63,7 @@ jobs:
os: ["windows-latest", "ubuntu-latest"]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: "Set licensing if necessary"
if: env.ANSYS_VERSION > 231
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
ANSYS_VERSION: ["232", "231", "222"]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: "Set licensing if necessary"
if: matrix.ANSYS_VERSION > 231
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
name: "Style Check"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: "Setup Python"
uses: actions/[email protected]
Expand All @@ -62,7 +62,7 @@ jobs:
os: ["windows-latest", "ubuntu-latest"]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: "Set licensing if necessary"
if: env.ANSYS_VERSION > 231
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
ANSYS_VERSION: ["232", "231", "222"]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: "Set licensing if necessary"
if: matrix.ANSYS_VERSION > 231
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
name: Documentation Style Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Running Vale
uses: errata-ai/vale-action@reviewdog
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
name: "Documentation"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: "Set licensing if necessary"
if: inputs.ANSYS_VERSION > 231
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
os: ["windows-latest", "ubuntu-latest"]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: "Set licensing if necessary"
if: inputs.ANSYS_VERSION > 231
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/v')
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: "Upload to Public PyPI"
run: |
Expand Down

0 comments on commit a636841

Please sign in to comment.