Skip to content

Commit

Permalink
upgrades github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangFahl committed Feb 24, 2024
1 parent 1932579 commit 7b9adeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Cache Samples
id: cache-samples
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ceur-ws
key: ceurws
Expand All @@ -49,7 +49,7 @@ jobs:
- name: saveSamples
id: saveSamples
uses: actions/cache/save@v3
uses: actions/cache/save@v4
with:
path: ceur-ws
key: ceurws
Expand Down

0 comments on commit 7b9adeb

Please sign in to comment.