Skip to content

Commit

Permalink
Merge pull request #90 from Kong/workflow/update-deck
Browse files Browse the repository at this point in the history
Updates deck to 1.26
  • Loading branch information
rspurgeon authored Aug 24, 2023
2 parents cadab54 + e7139df commit 8e5f2fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-kong-PRD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Setup deck
uses: kong/setup-deck@v1
with:
deck-version: '1.24.0'
deck-version: '1.26.0'
wrapper: false

- name: deck sync
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stage-changes-for-kong.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Setup deck
uses: kong/setup-deck@v1
with:
deck-version: '1.24.0'
deck-version: '1.26.0'
wrapper: false

- name: Convert Flights API to Kong
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stage-kong-for-PRD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Setup deck
uses: kong/setup-deck@v1
with:
deck-version: '1.24.0'
deck-version: '1.26.0'
wrapper: false

- name: stage combined file for PRD
Expand Down

0 comments on commit 8e5f2fc

Please sign in to comment.