Skip to content

Commit

Permalink
actions/cache
Browse files Browse the repository at this point in the history
- actions/cache/restore@v3 -> v4
- actions/cache/save@v3 -> v4
  • Loading branch information
IvoBCD committed Nov 14, 2024
1 parent 6d80aff commit d193639
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Restore buildroot downloads
uses: actions/cache/restore@v3
uses: actions/cache/restore@v4
id: cache
with:
path: ~/.nerves/dl
Expand All @@ -37,7 +37,7 @@ jobs:
apt-get install -y mercurial u-boot-tools autoconf-archive gettext
make download-sources
- name: Cache buildroot downloads
uses: actions/cache/save@v3
uses: actions/cache/save@v4
with:
path: ~/.nerves/dl
key: buildroot-cache-${{ hashFiles('VERSION', 'mix.lock') }}
Expand Down

0 comments on commit d193639

Please sign in to comment.