Skip to content

Commit

Permalink
chore: update GitHub Actions dependencies
Browse files Browse the repository at this point in the history
- Update actions/cache from v1/v2 to v3
- Update actions/upload-artifact from v1/v2/v3 to v4
- Update actions/download-artifact from v1/v2/v3 to v4
  • Loading branch information
Halima-RV committed Dec 23, 2024
1 parent 54b59d8 commit 09b6281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/redrover_generate_standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
python-version: '3.x'

- name: Cache Python dependencies
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('red_rover/requirements.txt') }}
Expand Down

0 comments on commit 09b6281

Please sign in to comment.