We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3821129 commit 352dd6aCopy full SHA for 352dd6a
.github/workflows/python-app.yml
@@ -40,13 +40,13 @@ jobs:
40
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
41
42
steps:
43
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v6
44
- name: Set up Python ${{ matrix.python_version }}
45
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v5
46
with:
47
python-version: ${{ matrix.python_version }}
48
- name: Cache pip
49
- uses: actions/cache@v2
+ uses: actions/cache@v4
50
51
# This path is specific to Ubuntu
52
path: ~/.cache/pip
0 commit comments