Skip to content

Commit

Permalink
Update to actions/cache@v4 (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurClemens authored Jan 2, 2025
1 parent 0cf37ad commit bada8bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/github_workflows.ex
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ defmodule GithubWorkflows do
]
],
[
uses: "actions/cache@v3",
uses: "actions/cache@v4",
with:
[
path: ~S"""
Expand Down Expand Up @@ -222,7 +222,7 @@ defmodule GithubWorkflows do
# steps: [
# [
# name: "Restore PLT cache",
# uses: "actions/cache@v3",
# uses: "actions/cache@v4",
# with:
# [
# path: "priv/plts"
Expand Down

0 comments on commit bada8bf

Please sign in to comment.