Skip to content

Commit

Permalink
Bump actions/cache from 4.0.1 to 4.0.2 (microsoft#1960)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 25, 2024
1 parent 4e4dabc commit 4f3ab09
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
python-version: '3.12'
- name: Cache dependencies
uses: actions/cache@v4.0.1
uses: actions/cache@v4.0.2
id: cache
with:
path: ${{ env.pythonLocation }}
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
with:
python-version: '3.12'
- name: Cache dependencies
uses: actions/cache@v4.0.1
uses: actions/cache@v4.0.2
id: cache
with:
path: ${{ env.pythonLocation }}
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
with:
python-version: '3.12'
- name: Cache dependencies
uses: actions/cache@v4.0.1
uses: actions/cache@v4.0.2
id: cache
with:
path: ${{ env.pythonLocation }}
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
python-version: '3.12'
- name: Cache dependencies
uses: actions/cache@v4.0.1
uses: actions/cache@v4.0.2
id: cache
with:
path: ${{ env.pythonLocation }}
Expand All @@ -45,7 +45,7 @@ jobs:
with:
python-version: '3.12'
- name: Cache dependencies
uses: actions/cache@v4.0.1
uses: actions/cache@v4.0.2
id: cache
with:
path: ${{ env.pythonLocation }}
Expand All @@ -70,7 +70,7 @@ jobs:
with:
python-version: '3.12'
- name: Cache dependencies
uses: actions/cache@v4.0.1
uses: actions/cache@v4.0.2
id: cache
with:
path: ${{ env.pythonLocation }}
Expand All @@ -95,7 +95,7 @@ jobs:
with:
python-version: '3.12'
- name: Cache dependencies
uses: actions/cache@v4.0.1
uses: actions/cache@v4.0.2
id: cache
with:
path: ${{ env.pythonLocation }}
Expand All @@ -120,7 +120,7 @@ jobs:
with:
python-version: '3.12'
- name: Cache dependencies
uses: actions/cache@v4.0.1
uses: actions/cache@v4.0.2
id: cache
with:
path: ${{ env.pythonLocation }}
Expand All @@ -145,7 +145,7 @@ jobs:
with:
python-version: '3.12'
- name: Cache dependencies
uses: actions/cache@v4.0.1
uses: actions/cache@v4.0.2
id: cache
with:
path: ${{ env.pythonLocation }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Cache dependencies
uses: actions/cache@v4.0.1
uses: actions/cache@v4.0.2
id: cache
with:
path: ${{ env.pythonLocation }}
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
with:
python-version: '3.9'
- name: Cache dependencies
uses: actions/cache@v4.0.1
uses: actions/cache@v4.0.2
id: cache
with:
path: ${{ env.pythonLocation }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tutorials.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
python-version: '3.12'
- name: Cache dependencies
uses: actions/cache@v4.0.1
uses: actions/cache@v4.0.2
id: cache
with:
path: ${{ env.pythonLocation }}
Expand Down

0 comments on commit 4f3ab09

Please sign in to comment.