File tree Expand file tree Collapse file tree 7 files changed +18
-18
lines changed Expand file tree Collapse file tree 7 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 4141 $GITHUB_OUTPUT
4242 - name : Restore Python virtual environment
4343 id : cache-venv
44- uses : actions/cache@v4.2.4
44+ uses : actions/cache@v4.3.0
4545 with :
4646 path : venv
4747 key : >-
Original file line number Diff line number Diff line change 5252 $GITHUB_OUTPUT
5353 - name : Restore Python virtual environment
5454 id : cache-venv
55- uses : actions/cache@v4.2.4
55+ uses : actions/cache@v4.3.0
5656 with :
5757 path : venv
5858 key : >-
7373 hashFiles('.pre-commit-config.yaml') }}" >> $GITHUB_OUTPUT
7474 - name : Restore pre-commit environment
7575 id : cache-precommit
76- uses : actions/cache@v4.2.4
76+ uses : actions/cache@v4.3.0
7777 with :
7878 path : ${{ env.PRE_COMMIT_CACHE }}
7979 key : >-
9595 - &cache-restore-python
9696 name : Restore Python virtual environment
9797 id : cache-venv
98- uses : actions/cache/restore@v4.2.4
98+ uses : actions/cache/restore@v4.3.0
9999 with :
100100 path : venv
101101 fail-on-cache-miss : true
@@ -104,7 +104,7 @@ jobs:
104104 needs.prepare-base.outputs.python-key }}
105105 - name : Restore pre-commit environment
106106 id : cache-precommit
107- uses : actions/cache/restore@v4.2.4
107+ uses : actions/cache/restore@v4.3.0
108108 with :
109109 path : ${{ env.PRE_COMMIT_CACHE }}
110110 fail-on-cache-miss : true
Original file line number Diff line number Diff line change 5454 $GITHUB_OUTPUT
5555 - name : Restore Python virtual environment
5656 id : cache-venv
57- uses : actions/cache@v4.2.4
57+ uses : actions/cache@v4.3.0
5858 with :
5959 path : venv
6060 key : >-
8181 - *setup-python
8282 - name : Restore Python virtual environment
8383 id : cache-venv
84- uses : actions/cache/restore@v4.2.4
84+ uses : actions/cache/restore@v4.3.0
8585 with :
8686 path : venv
8787 fail-on-cache-miss : true
Original file line number Diff line number Diff line change 4343 # Restore cached Python environment
4444 - name : Restore Python virtual environment
4545 id : cache-venv
46- uses : actions/cache@v4.2.4
46+ uses : actions/cache@v4.3.0
4747 with :
4848 path : venv
4949 key :
Original file line number Diff line number Diff line change 4545 # Create a re-usable virtual environment
4646 - name : Restore Python virtual environment cache
4747 id : cache-venv
48- uses : actions/cache/restore@v4.2.4
48+ uses : actions/cache/restore@v4.3.0
4949 with :
5050 path : venv
5151 key :
6363 # Save cached Python environment (explicit because cancel-in-progress: true)
6464 - name : Save Python virtual environment to cache
6565 if : steps.cache-venv.outputs.cache-hit != 'true'
66- uses : actions/cache/save@v4.2.4
66+ uses : actions/cache/save@v4.3.0
6767 with :
6868 path : venv
6969 key :
8282 echo "commitstring=$output" >> $GITHUB_OUTPUT
8383 - name : Restore projects cache
8484 id : cache-projects
85- uses : actions/cache/restore@v4.2.4
85+ uses : actions/cache/restore@v4.3.0
8686 with :
8787 path : tests/.pylint_primer_tests/
8888 key : >-
9595 python tests/primer/__main__.py prepare --clone
9696 - name : Save projects cache
9797 if : steps.cache-projects.outputs.cache-hit != 'true'
98- uses : actions/cache/save@v4.2.4
98+ uses : actions/cache/save@v4.3.0
9999 with :
100100 path : tests/.pylint_primer_tests/
101101 key : >-
Original file line number Diff line number Diff line change 5656 # Restore cached Python environment
5757 - name : Restore Python virtual environment
5858 id : cache-venv
59- uses : actions/cache/restore@v4.2.4
59+ uses : actions/cache/restore@v4.3.0
6060 with :
6161 path : venv
6262 key :
7575 # Save cached Python environment (explicit because cancel-in-progress: true)
7676 - name : Save Python virtual environment
7777 if : steps.cache-venv.outputs.cache-hit != 'true'
78- uses : actions/cache/save@v4.2.4
78+ uses : actions/cache/save@v4.3.0
7979 with :
8080 path : venv
8181 key :
@@ -151,7 +151,7 @@ jobs:
151151 echo "commitstring=$output" >> $GITHUB_OUTPUT
152152 - name : Restore projects cache
153153 id : cache-projects
154- uses : actions/cache/restore@v4.2.4
154+ uses : actions/cache/restore@v4.3.0
155155 with :
156156 path : tests/.pylint_primer_tests/
157157 key : >-
@@ -164,7 +164,7 @@ jobs:
164164 python tests/primer/__main__.py prepare --clone
165165 - name : Save projects cache
166166 if : steps.cache-projects.outputs.cache-hit != 'true'
167- uses : actions/cache/save@v4.2.4
167+ uses : actions/cache/save@v4.3.0
168168 with :
169169 path : tests/.pylint_primer_tests/
170170 key : >-
Original file line number Diff line number Diff line change 6565 - &cache-python
6666 name : Restore Python virtual environment
6767 id : cache-venv
68- uses : actions/cache@v4.2.4
68+ uses : actions/cache@v4.3.0
6969 with :
7070 path : venv
7171 key : >-
@@ -113,7 +113,7 @@ jobs:
113113 - &cache-restore-python
114114 name : Restore Python virtual environment
115115 id : cache-venv
116- uses : actions/cache/restore@v4.2.4
116+ uses : actions/cache/restore@v4.3.0
117117 with :
118118 path : venv
119119 fail-on-cache-miss : true
You can’t perform that action at this time.
0 commit comments