Skip to content

Commit 0d99ad5

Browse files
renovate[bot]JP-Ellis
authored andcommitted
chore(deps): pin dependencies
1 parent 5fd0fb3 commit 0d99ad5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
fetch-depth: 0
7777

7878
- name: Cache pip packages
79-
uses: actions/cache@v4
79+
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4
8080
with:
8181
path: ~/.cache/pip
8282
key: ${{ github.workflow }}-pip-${{ runner.os }}-${{ hashFiles('**/pyproject.toml') }}
@@ -135,7 +135,7 @@ jobs:
135135
fetch-depth: 0
136136

137137
- name: Cache pip packages
138-
uses: actions/cache@v4
138+
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4
139139
with:
140140
path: ~/.cache/pip
141141
key: ${{ github.workflow }}-pip-${{ runner.os }}-${{ hashFiles('**/pyproject.toml') }}

0 commit comments

Comments
 (0)