Skip to content

Commit 1a0511d

Browse files
committed
work on caching in workflow
1 parent a4ace42 commit 1a0511d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cicd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
runs-on: ubuntu-latest
1919

2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2222

2323
- name: Set up Python 3.10
24-
uses: actions/setup-python@v3
24+
uses: actions/setup-python@v4
2525
with:
2626
python-version: "3.10"
2727
cache: "pip"

0 commit comments

Comments
 (0)