Skip to content

Commit

Permalink
Update backend-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pdr21001 authored Apr 26, 2025
1 parent 896d9c1 commit 631be25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/backend-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
pip install -r requirements.txt
- name: Cache Python dependencies
uses: actions/cache@v2
uses: actions/cache@v2.1.0 # Updated version
with:
path: venv
key: ${{ runner.os }}-python-${{ hashFiles('**/requirements.txt') }}
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
pip install pytest-html
- name: Cache Python dependencies
uses: actions/cache@v2
uses: actions/cache@v2.1.0 # Updated version
with:
path: venv
key: ${{ runner.os }}-python-${{ hashFiles('backend/requirements.txt') }}
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
node-version: '20'

- name: Cache node modules
uses: actions/cache@v2
uses: actions/cache@v2.1.0 # Updated version
with:
path: frontend/node_modules
key: ${{ runner.os }}-node-${{ hashFiles('frontend/package-lock.json') }}
Expand Down

0 comments on commit 631be25

Please sign in to comment.