Skip to content

Commit d6cb907

Browse files
safe to use
1 parent df30dd5 commit d6cb907

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/pull_request.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
sleep 1
114114
done
115115
116-
- uses: actions/cache@v4
116+
- uses: actions/cache@v5
117117
with:
118118
path: |
119119
~/.cargo/bin/tree-sitter
@@ -179,7 +179,7 @@ jobs:
179179
- name: Setup Postgres
180180
uses: ./.github/actions/setup-postgres
181181

182-
- uses: actions/cache@v4
182+
- uses: actions/cache@v5
183183
with:
184184
path: |
185185
~/.cargo/bin/tree-sitter
@@ -216,7 +216,7 @@ jobs:
216216
uses: moonrepo/setup-rust@v1
217217
with:
218218
cache-base: main
219-
- uses: actions/cache@v4
219+
- uses: actions/cache@v5
220220
with:
221221
path: |
222222
~/.cargo/bin/tree-sitter
@@ -275,7 +275,7 @@ jobs:
275275
cache-base: main
276276
env:
277277
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
278-
- uses: actions/cache@v4
278+
- uses: actions/cache@v5
279279
with:
280280
path: |
281281
~/.cargo/bin/tree-sitter

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
sudo apt-get update
7373
sudo apt-get install -y musl-tools
7474
75-
- uses: actions/cache@v4
75+
- uses: actions/cache@v5
7676
with:
7777
path: |
7878
~/.cargo/bin/tree-sitter

0 commit comments

Comments
 (0)