Skip to content

Commit 6fa0b0f

Browse files
⬆️ Bump actions/cache from 4 to 5 (#45)
1 parent 5096d6f commit 6fa0b0f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/publish_dry_run.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
outputs:
2727
BASE_VERSION: ${{ steps.load_base_version.outputs.BASE_VERSION }}
2828
steps:
29-
- uses: actions/cache@v4
29+
- uses: actions/cache@v5
3030
with:
3131
path: "~/.pub-cache/hosted"
3232
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:qs_dart;commands:get_base_version"
@@ -52,7 +52,7 @@ jobs:
5252
needs: get_base_version
5353
runs-on: ubuntu-latest
5454
steps:
55-
- uses: actions/cache@v4
55+
- uses: actions/cache@v5
5656
with:
5757
path: "~/.pub-cache/hosted"
5858
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:qs_dart;commands:get_base_version"

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- name: Cache Pub hosted dependencies
32-
uses: actions/cache@v4
32+
uses: actions/cache@v5
3333
with:
3434
path: "~/.pub-cache/hosted"
3535
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:qs_dart;commands:codegen-test"
@@ -63,7 +63,7 @@ jobs:
6363
- platform: vm
6464
steps:
6565
- name: Cache Pub hosted dependencies
66-
uses: actions/cache@v4
66+
uses: actions/cache@v5
6767
with:
6868
path: "~/.pub-cache/hosted"
6969
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:qs_dart;commands:codegen-test"
@@ -123,7 +123,7 @@ jobs:
123123
runs-on: ubuntu-latest
124124
steps:
125125
- name: Cache Pub hosted dependencies
126-
uses: actions/cache@v4
126+
uses: actions/cache@v5
127127
with:
128128
path: "~/.pub-cache/hosted"
129129
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:qs_dart;commands:codegen-test"

0 commit comments

Comments
 (0)