Skip to content

Commit

Permalink
Update actions/checkout action to v4 (#198)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 11, 2023
1 parent df1ab87 commit 031e762
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Cache LLVM and Clang
id: cache-llvm
uses: actions/cache@v3
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
matrix:
check: ["pylint", "pycodestyle", "black", "mypy"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Cache LLVM and Clang
id: cache-llvm
uses: actions/cache@v3
Expand All @@ -102,7 +102,7 @@ jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Cache LLVM and Clang
id: cache-llvm
uses: actions/cache@v3
Expand All @@ -129,7 +129,7 @@ jobs:
matrix:
sphinx-version: ["three", "four"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Cache LLVM and Clang
id: cache-llvm
uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
permissions:
id-token: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 031e762

Please sign in to comment.