diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 8d9c98c4..779ad146 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -5,23 +5,23 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 10 steps: - - name: Setup Node.js environment - uses: actions/setup-node@v1.4.4 - with: - cache: yarn - cache-dependency-path: yarn.lock - node-version: 20 - - name: Check out code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 1 + - name: Setup Node.js environment + uses: actions/setup-node@v3 + with: + node-version: 20 + cache: 'yarn' + cache-dependency-path: yarn.lock + - name: Get yarn cache directory path id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn cache dir)" - - uses: actions/cache@v2 + - uses: actions/cache@v3 id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`) with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} diff --git a/src/components/iqgpt-logo.tsx b/src/components/aiden-logo.tsx similarity index 99% rename from src/components/iqgpt-logo.tsx rename to src/components/aiden-logo.tsx index 55db6737..ba376cac 100644 --- a/src/components/iqgpt-logo.tsx +++ b/src/components/aiden-logo.tsx @@ -1,7 +1,7 @@ import { Icon, IconProps } from '@chakra-ui/react' import React from 'react' -export const IqgptLogo = (props: IconProps) => { +export const AIDENLogo = (props: IconProps) => { return (