Skip to content

Commit 1c92be3

Browse files
committed
ci: Bump action versions
Increment the used action versions just to avoid using unmaintained versions. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent aa4f1a3 commit 1c92be3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@ jobs:
1414

1515
steps:
1616
- name: Fetch sources
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@v3
1818
with:
1919
submodules: true
2020

2121
- name: Set up Python
22-
uses: actions/setup-python@v2
22+
uses: actions/setup-python@v4
2323
with:
2424
python-version: "3.8"
2525

26-
- uses: actions/cache@v2
26+
- uses: actions/cache@v3
2727
with:
2828
path: ~/.cache/pip
2929
key: ${{ runner.os }}-pip-${{ hashFiles('pyproject.toml') }}

0 commit comments

Comments
 (0)