Skip to content

Commit

Permalink
Update actions/cache to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
pepijnve committed Nov 1, 2024
1 parent cdc247d commit 490ef06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
run: sudo apt-get install -qq gnuplot
- name: Cache UMLet
id: cache-umlet
uses: actions/cache@v3
uses: actions/cache@v4
with:
key: umlet-standalone-15.1
path: umlet-standalone-15.1.zip
Expand Down Expand Up @@ -191,7 +191,7 @@ jobs:
curl -fsSL https://d2lang.com/install.sh | sh -s --
- name: Cache Structurizr
id: cache-structurizr
uses: actions/cache@v3
uses: actions/cache@v4
with:
key: structurizr-cli-1.35.0
path: structurizr-cli-1.35.0.zip
Expand Down

0 comments on commit 490ef06

Please sign in to comment.