Skip to content

Commit 2689bc4

Browse files
author
Joe Hamman
authored
Merge pull request #6 from carbonplan/dependabot/github_actions/actions/cache-2.1.7
Bump actions/cache from 2.1.6 to 2.1.7
2 parents 007028f + 8b4d211 commit 2689bc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
python-version: ${{ matrix.python-version }}
3131
architecture: x64
32-
- uses: actions/[email protected].6
32+
- uses: actions/[email protected].7
3333
with:
3434
path: ~/.cache/pip
3535
key: ${{ runner.os }}-pip-${{ hashFiles('**/dev-requirements.txt') }}
@@ -62,7 +62,7 @@ jobs:
6262
with:
6363
python-version: ${{ matrix.python-version }}
6464
architecture: x64
65-
- uses: actions/[email protected].6
65+
- uses: actions/[email protected].7
6666
with:
6767
path: ~/.cache/pip
6868
key: ${{ runner.os }}-pip-${{ hashFiles('**/dev-requirements.txt') }}

0 commit comments

Comments
 (0)