diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index d1973a60d..cb017896c 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -25,11 +25,11 @@ jobs: unit_tests_with_coverage: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: # We need history for codecov to work correctly fetch-depth: 0 - - uses: actions/setup-node@v2 + - uses: actions/setup-node@v3 with: node-version: 18 - uses: bahmutov/npm-install@v1 @@ -43,8 +43,8 @@ jobs: lint_project: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - uses: actions/setup-node@v2 + - uses: actions/checkout@v3 + - uses: actions/setup-node@v3 with: node-version: 18 - uses: bahmutov/npm-install@v1 @@ -76,13 +76,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Setup Node.js - uses: actions/setup-node@v1 + uses: actions/setup-node@v3 with: node-version: 18 - name: Install dependencies - run: yarn install --frozen-lockfile + run: yarn install --immutable - name: Release env: GITHUB_TOKEN: ${{ secrets.FLYTE_BOT_PAT }} @@ -99,7 +99,7 @@ jobs: outputs: currentTag: ${{ steps.setTag.outputs.currentTag }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: # Use the latest commit on the branch which triggered this workflow, # not the commit which triggered the workflow diff --git a/.github/workflows/upgrade_automation.yml b/.github/workflows/upgrade_automation.yml index 763fd73b0..d63f34ec9 100644 --- a/.github/workflows/upgrade_automation.yml +++ b/.github/workflows/upgrade_automation.yml @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest if: ${{ github.event.inputs.component == 'flyteidl' }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: "0" - name: Set up Go @@ -58,4 +58,3 @@ jobs: owners maintainers draft: false - diff --git a/website/package.json b/website/package.json index e90aba2b1..f77846c17 100644 --- a/website/package.json +++ b/website/package.json @@ -37,7 +37,7 @@ }, "dependencies": { "@flyteorg/common": "^0.0.3", - "@flyteorg/console": "^0.0.13", + "@flyteorg/console": "^0.0.14", "long": "^4.0.0", "protobufjs": "~6.11.3", "react-ga4": "^1.4.1", diff --git a/yarn.lock b/yarn.lock index 43c7cf0cd..9e9a32076 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1995,7 +1995,7 @@ __metadata: resolution: "@flyteconsole/client-app@workspace:website" dependencies: "@flyteorg/common": ^0.0.3 - "@flyteorg/console": ^0.0.13 + "@flyteorg/console": ^0.0.14 "@types/long": ^3.0.32 long: ^4.0.0 protobufjs: ~6.11.3 @@ -2034,7 +2034,7 @@ __metadata: languageName: unknown linkType: soft -"@flyteorg/console@^0.0.13, @flyteorg/console@workspace:packages/console": +"@flyteorg/console@^0.0.14, @flyteorg/console@workspace:packages/console": version: 0.0.0-use.local resolution: "@flyteorg/console@workspace:packages/console" dependencies: