We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c897ed0 commit cba37e2Copy full SHA for cba37e2
.github/workflows/ci.yml
@@ -40,10 +40,10 @@ jobs:
40
41
steps:
42
- name: Checkout repo from github
43
- uses: actions/[email protected].0
+ uses: actions/[email protected].1
44
45
- name: Set up Python ${{ matrix.python }}
46
- uses: actions/setup-python@v4.7.1
+ uses: actions/setup-python@v5.0.0
47
with:
48
python-version: ${{ matrix.python }}
49
@@ -61,7 +61,7 @@ jobs:
61
62
- name: Restore base Python virtual environment
63
id: cache-venv
64
- uses: actions/cache@v3.3.2
+ uses: actions/cache@v4.0.1
65
66
path: ${{ env.VIRTUAL_ENV }}
67
key: >-
@@ -117,7 +117,7 @@ jobs:
117
runs-on: ubuntu-22.04
118
timeout-minutes: 10
119
120
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4.1.1
121
122
- uses: github/codeql-action/init@v2
123
0 commit comments