Skip to content

Commit

Permalink
build(deps): bump actions/cache from 3 to 4 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 23, 2024
1 parent 7e4d1e8 commit 70a3b91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
~/.cargo/registry
Expand All @@ -39,7 +39,7 @@ jobs:
# steps:
# - name: Checkout code
# uses: actions/checkout@v4
# - uses: actions/cache@v3
# - uses: actions/cache@v4
# with:
# path: |
# ~/.cargo/registry
Expand All @@ -61,7 +61,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
~/.cargo/registry
Expand Down

0 comments on commit 70a3b91

Please sign in to comment.