Skip to content

Commit

Permalink
fix: change supported-versions@v0.0.1 to @main
Browse files Browse the repository at this point in the history
  Using a particular version here is a mistake since
  this would need to change for every new looker release.
  Instead use @main so that the supported-versions
  action will always use the latest version.
  • Loading branch information
drstrangelooker committed Mar 13, 2022
1 parent b558d50 commit 3842e71
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
path: ${{ env.JUNIT_OUTPUT_DIR }}

setup:
uses: looker-open-source/reusable-actions/.github/workflows/supported-versions.yml@v0.0.1
uses: looker-open-source/reusable-actions/.github/workflows/supported-versions.yml@main
integration:
needs: [setup,unit]
name: Integration - ${{ matrix.os }} / Looker.${{ matrix.looker }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
path: python/results/

setup:
uses: looker-open-source/reusable-actions/.github/workflows/supported-versions.yml@v0.0.1
uses: looker-open-source/reusable-actions/.github/workflows/supported-versions.yml@main
integration:
needs: [unit,setup]
name: Integration - ${{ matrix.os }} / Looker.${{ matrix.looker }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tssdk-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
path: results/tssdk

setup:
uses: looker-open-source/reusable-actions/.github/workflows/supported-versions.yml@v0.0.1
uses: looker-open-source/reusable-actions/.github/workflows/supported-versions.yml@main
integration:
needs: [unit,setup]
name: Integration - ${{ matrix.os }} / Node.${{ matrix.node-version }} / Looker.${{ matrix.looker }}
Expand Down

0 comments on commit 3842e71

Please sign in to comment.