-
Notifications
You must be signed in to change notification settings - Fork 951
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c897ed0
commit cba37e2
Showing
1 changed file
with
4 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,10 +40,10 @@ jobs: | |
|
||
steps: | ||
- name: Checkout repo from github | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
|
||
- name: Set up Python ${{ matrix.python }} | ||
uses: actions/setup-python@v4.7.1 | ||
uses: actions/setup-python@v5.0.0 | ||
with: | ||
python-version: ${{ matrix.python }} | ||
|
||
|
@@ -61,7 +61,7 @@ jobs: | |
- name: Restore base Python virtual environment | ||
id: cache-venv | ||
uses: actions/cache@v3.3.2 | ||
uses: actions/cache@v4.0.1 | ||
with: | ||
path: ${{ env.VIRTUAL_ENV }} | ||
key: >- | ||
|
@@ -117,7 +117,7 @@ jobs: | |
runs-on: ubuntu-22.04 | ||
timeout-minutes: 10 | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v4.1.1 | ||
|
||
- uses: github/codeql-action/init@v2 | ||
with: | ||
|