Skip to content

Commit

Permalink
Update the cache action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
msabramo committed Apr 7, 2024
1 parent 98d6a08 commit 61de20f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/robot-framework.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v1
- uses: actions/cache@v2
- uses: actions/cache@v4
id: cache
with:
path: ~/.cache/pip
Expand Down

0 comments on commit 61de20f

Please sign in to comment.