Skip to content

Commit c3555e6

Browse files
Merge pull request #1 from gilbertwong96/dependabot/github_actions/actions/cache-6
ci: bump actions/cache from 5 to 6
2 parents c565fe7 + 4b14872 commit c3555e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
elixir-version: ${{ env.ELIXIR_VERSION }}
3939

4040
- name: Cache build artifacts
41-
uses: actions/cache@v5
41+
uses: actions/cache@v6
4242
with:
4343
path: |
4444
_build

0 commit comments

Comments
 (0)