Skip to content

Commit d1a0f76

Browse files
Merge pull request #3 from L3DigitalNet/dependabot/github_actions/actions/cache-5
ci(deps): bump actions/cache from 4 to 5
2 parents 2249a19 + a4849f0 commit d1a0f76

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
python-version: "3.13"
2424

2525
- name: Cache pip
26-
uses: actions/cache@v4
26+
uses: actions/cache@v5
2727
with:
2828
path: ~/.cache/pip
2929
key: ${{ runner.os }}-pip-${{ hashFiles('**/pyproject.toml') }}
@@ -56,7 +56,7 @@ jobs:
5656
python-version: "3.13"
5757

5858
- name: Cache pip
59-
uses: actions/cache@v4
59+
uses: actions/cache@v5
6060
with:
6161
path: ~/.cache/pip
6262
key: ${{ runner.os }}-pip-${{ hashFiles('**/pyproject.toml') }}
@@ -89,7 +89,7 @@ jobs:
8989
python-version: ${{ matrix.python-version }}
9090

9191
- name: Cache pip
92-
uses: actions/cache@v4
92+
uses: actions/cache@v5
9393
with:
9494
path: ~/.cache/pip
9595
key: ${{ runner.os }}-pip-${{ matrix.python-version }}-${{ hashFiles('**/pyproject.toml') }}
@@ -133,7 +133,7 @@ jobs:
133133
python-version: "3.13"
134134

135135
- name: Cache pip
136-
uses: actions/cache@v4
136+
uses: actions/cache@v5
137137
with:
138138
path: ~/.cache/pip
139139
key: ${{ runner.os }}-pip-verify-${{ hashFiles('**/pyproject.toml') }}

0 commit comments

Comments
 (0)