Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
echo "key=${key}" >> "$GITHUB_OUTPUT"

- name: Cache Solana programs
uses: actions/cache@v4
uses: actions/cache@v5

Check failure on line 105 in .github/workflows/pull-request-main.yml

View workflow job for this annotation

GitHub Actions / Validate Workflow Changes

1. This version (v5) of actions/cache is being deprecated. Please update to v4. (actions-cache / error)
id: cache-solana-programs
with:
path: ./e2e/artifacts/solana
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
echo "key=${key}" >> "$GITHUB_OUTPUT"

- name: Cache Solana programs
uses: actions/cache@v4
uses: actions/cache@v5

Check failure on line 103 in .github/workflows/push-main.yml

View workflow job for this annotation

GitHub Actions / Validate Workflow Changes

1. This version (v5) of actions/cache is being deprecated. Please update to v4. (actions-cache / error)
id: cache-solana-programs
with:
path: ./e2e/artifacts/solana
Expand Down
Loading