Skip to content

Commit f65e916

Browse files
committed
1 parent 1401701 commit f65e916

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@v6
1212

1313
- name: Cache build artifacts
14-
uses: actions/cache@v4
14+
uses: actions/cache@v5
1515
with:
1616
path: |
1717
~/.cargo/bin/**

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@v6
1212

1313
- name: Cache build artifacts
14-
uses: actions/cache@v4
14+
uses: actions/cache@v5
1515
with:
1616
path: |
1717
~/.cargo/bin/**

0 commit comments

Comments
 (0)