Skip to content

Commit

Permalink
Update github actions versions to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
alisaifee committed Feb 18, 2023
1 parent 280c91e commit 0c6ceb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ jobs:
marker: "etcd"

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

0 comments on commit 0c6ceb6

Please sign in to comment.