Skip to content

Commit 0d9b9bf

Browse files
author
mkudlej
authored
Merge pull request #169 from mdujava/actions
Update versions of github actions
2 parents 788fea9 + 39d6464 commit 0d9b9bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/lint-and-smoke.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ jobs:
44
lint-and-smoke:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v2
8-
- uses: actions/setup-python@v2
7+
- uses: actions/checkout@v4
8+
- uses: actions/setup-python@v5
99
with:
1010
python-version: '3.11'
1111
architecture: x64
12-
- uses: actions/cache@v2
12+
- uses: actions/cache@v4
1313
env:
1414
cache-name: pipenv-virtualenvs-cache
1515
with:

0 commit comments

Comments
 (0)