Skip to content

Commit 4388c4c

Browse files
Fix: [AEA-0000] - Updated github action cache version to v4 (#213)
## Summary - Routine Change
1 parent 7a30f58 commit 4388c4c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/regression_tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
uses: asdf-vm/actions/setup@05e0d2ed97b598bfce82fd30daf324ae0c4570e6
7070

7171
- name: Cache asdf
72-
uses: actions/cache@a2ed59d39b352305bdd2f628719a53b2cc4f9613
72+
uses: actions/cache@v4
7373
with:
7474
path: |
7575
~/.asdf
@@ -83,7 +83,7 @@ jobs:
8383
PYTHON_CONFIGURE_OPTS: --enable-shared
8484

8585
- name: Cache Virtualenv
86-
uses: actions/cache@a2ed59d39b352305bdd2f628719a53b2cc4f9613
86+
uses: actions/cache@v4
8787
id: cache-venv
8888
with:
8989
path: .venv
@@ -163,7 +163,7 @@ jobs:
163163
repositories: "electronic-prescription-service-api-regression-tests,eps-test-reports"
164164

165165
- name: Report failure on test failure
166-
if: steps.tests.outcome != 'success' || ( steps.sha1_tests.outcome != 'success' && steps.sha1_tests.outcome != 'skipped' )
166+
if: steps.tests.outcome != 'success' || ( steps.sha1_tests.outcome != 'success' && steps.sha1_tests.outcome != 'skipped' )
167167
run: |
168168
poetry run python scripts/send_test_results.py --token=${{ steps.generate-token.outputs.token }} --run_id ${{GITHUB.RUN_ID}}
169169
echo The regression tests step failed, this likely means there are test failures.

0 commit comments

Comments
 (0)