Skip to content

Commit

Permalink
Update GitHub Actions dependency for cache cleaner
Browse files Browse the repository at this point in the history
  • Loading branch information
isc-adang committed May 14, 2024
1 parent da1a3fd commit b39c322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clean-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: check out repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: install Python packages
run: pip3 install --user requests
- name: clean cache
Expand Down

0 comments on commit b39c322

Please sign in to comment.