Skip to content

Commit

Permalink
Changing save-cache to save-ccache
Browse files Browse the repository at this point in the history
  • Loading branch information
SiddharthBITS committed Jan 22, 2025
1 parent 9d71240 commit 1d93690
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/composite-actions/dump-restore-util/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ runs:

- name: Save cache
if: always()
uses: ./github/composite-actions/save-cache
uses: ./github/composite-actions/save-cacche

- name: Run Verify Tests
if: always() && steps.run-pg_dump-restore.outcome == 'success' && inputs.is_final_ver == 'true'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ runs:

- name: Save cache
if: always()
uses: ./github/composite-actions/save-cache
uses: ./github/composite-actions/save-ccache

# Not created and used composite action update-extensions here since, in the previous step it has
# checked out a branch/tag which may not have the updated update-extension composite action
Expand Down
2 changes: 1 addition & 1 deletion .github/composite-actions/setup-base-version/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ runs:

- name: Save cache
if: always()
uses: ./github/composite-actions/save-cache
uses: ./github/composite-actions/save-ccache

- name: Install Python
id: install-python
Expand Down
2 changes: 1 addition & 1 deletion .github/composite-actions/setup-new-version/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ runs:

- name: Save cache
if: always()
uses: ./github/composite-actions/save-cache
uses: ./github/composite-actions/save-ccache

- name: Setup new data directory
id: setup-new-datadir
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- name: Save cache
if: always()
uses: ./github/composite-actions/save-cache
uses: ./github/composite-actions/save-ccache

- name: Run Dotnet Tests
id: run-dotnet-tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jdbc-tests-single-db-mode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
- name: Save cache
if: always()
uses: ./github/composite-actions/save-cache
uses: ./github/composite-actions/save-ccache

# The test summary files contain paths with ':' characters, which is not allowed with the upload-artifact actions
- name: Rename Test Summary Files
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/major-version-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:

- name: Save cache
if: always()
uses: ./github/composite-actions/save-cache
uses: ./github/composite-actions/save-ccache

- name: Build Modified Postgres using latest version
id: build-modified-postgres-new
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:

- name: Save cache
if: always()
uses: ./github/composite-actions/save-cache
uses: ./github/composite-actions/save-ccache

- name: Setup new data directory
id: setup-new-datadir
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/minor-version-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:

- name: Save cache
if: always()
uses: ./github/composite-actions/save-cache
uses: ./github/composite-actions/save-ccache

- name: Build and run tests for Postgres engine using latest engine
id: build-modified-postgres-newer
Expand Down

0 comments on commit 1d93690

Please sign in to comment.