We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3ab1ee commit ce0dad5Copy full SHA for ce0dad5
1 file changed
.github/workflows/lint-and-smoke.yml
@@ -4,12 +4,12 @@ jobs:
4
lint-and-smoke:
5
runs-on: ubuntu-latest
6
steps:
7
- - uses: actions/checkout@v2
8
- - uses: actions/setup-python@v2
+ - uses: actions/checkout@v4
+ - uses: actions/setup-python@v5
9
with:
10
python-version: '3.11'
11
architecture: x64
12
- - uses: actions/cache@v2
+ - uses: actions/cache@v4
13
env:
14
cache-name: pipenv-virtualenvs-cache
15
0 commit comments