Skip to content

Commit

Permalink
Merge pull request #14 from looker-open-source/release-23_14
Browse files Browse the repository at this point in the history
chore: update for 23.14
  • Loading branch information
fabio-looker authored Aug 9, 2023
2 parents b56a223 + 4770d15 commit 6bb1f96
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/most-recent-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ jobs:
- name: Set Matrix
id: set-matrix
run: |
echo "matrix=[\"23_12\"]" >> $GITHUB_OUTPUT
echo "matrix=[\"23_14\"]" >> $GITHUB_OUTPUT
2 changes: 1 addition & 1 deletion .github/workflows/primary-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ jobs:
- name: Set Matrix
id: set-matrix
run: |
echo "matrix=[\"23_10\"]" >> $GITHUB_OUTPUT
echo "matrix=[\"23_14\"]" >> $GITHUB_OUTPUT
2 changes: 1 addition & 1 deletion .github/workflows/security-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ jobs:
- name: Set Matrix
id: set-matrix
run: |
echo "matrix=[\"22_12\",\"22_18\",\"23_0\",\"23_6\",\"23_8\",\"23_10\",\"23_12\"]" >> $GITHUB_OUTPUT
echo "matrix=[\"22_12\",\"22_18\",\"23_0\",\"23_6\",\"23_10\",\"23_12\",\"23_14\"]" >> $GITHUB_OUTPUT
2 changes: 1 addition & 1 deletion .github/workflows/supported-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ jobs:
- name: Set Matrix
id: set-matrix
run: |
echo "matrix=[\"23_6\",\"23_8\",\"23_10\",\"23_12\"]" >> $GITHUB_OUTPUT
echo "matrix=[\"23_6\",\"23_10\",\"23_12\",\"23_14\"]" >> $GITHUB_OUTPUT

0 comments on commit 6bb1f96

Please sign in to comment.