Skip to content

Commit 2f33374

Browse files
committed
Updating action versions
1 parent adfab31 commit 2f33374

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v4
1111

12-
- uses: actions/setup-python@v2
12+
- uses: actions/setup-python@v5
1313
with:
1414
python-version: '3.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax
1515

16-
- uses: actions/cache@v2
16+
- uses: actions/cache@v4
1717
with:
1818
path: ${{ env.pythonLocation }}
1919
key: ${{ env.pythonLocation }}-${{ hashFiles('requirements.txt') }}

0 commit comments

Comments
 (0)