Skip to content
Merged
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
6 changes: 3 additions & 3 deletions .github/actions/setup-redocly/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ runs:
with:
path: |
~/.local/bin/redocly
key: redocly-cli-bin_v1.0.0_linux-x64
key: redocly-cli-bin_v1.1.0_linux-x64

# Download redocly-cli binary if not cached
- name: Setup redocly-cli
if: steps.restore-cache.outputs.cache-hit != 'true'
env:
GH_TOKEN: ${{ github.token }}
REDOCLY_CLI_BIN_VERSION: v1.0.0
REDOCLY_CLI_BIN_CHECKSUM: 28415064919bf55571912794d8192143e202f538a166efbba72da95bfb031795
REDOCLY_CLI_BIN_VERSION: v1.1.0
REDOCLY_CLI_BIN_CHECKSUM: f5f28b0df69d923c1c122e3190de4b068517ad36d9986bc001af8ac0ff120f57
shell: bash
run: |
# Print every statement if debugging
Expand Down
6 changes: 3 additions & 3 deletions .github/actions/setup-spectral/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ runs:
with:
path: |
~/.local/bin/spectral
key: spectral-cli-bin_v1.1.6_linux-x64
key: spectral-cli-bin_v1.2.0_linux-x64

# Download spectral-cli binary if not cached
- name: Setup spectral-cli
if: steps.restore-cache.outputs.cache-hit != 'true'
env:
GH_TOKEN: ${{ github.token }}
SPECTRAL_CLI_BIN_VERSION: v1.1.6
SPECTRAL_CLI_BIN_CHECKSUM: d05a6e8b729d5c6e20a476747bedb7f3f83f2a6cb9838ae28d986ee537fad371
SPECTRAL_CLI_BIN_VERSION: v1.2.0
SPECTRAL_CLI_BIN_CHECKSUM: 20e0ab632c7af03fcdc5b6bde2339ed88b728f0049bfabb86e2e4a464bda2b5f
shell: bash
run: |
# Print every statement if debugging
Expand Down
Loading