From 8c945d97f8e15aef72491c1066a3ae870f51562f Mon Sep 17 00:00:00 2001 From: Wonsuk Choi Date: Fri, 15 Nov 2024 10:29:48 +0900 Subject: [PATCH 1/2] chore(.github/workflows): update github actions 'uses' to latest version --- .github/workflows/build.yml | 6 +++--- .github/workflows/chromatic.yml | 4 ++-- .github/workflows/publish-rc.yml | 6 +++--- .github/workflows/version.yml | 6 +++--- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1eae686d08..7f319c2a0f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,20 +10,20 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Read Node version id: node_version run: echo "NVMRC=$(cat .nvmrc)" >> $GITHUB_OUTPUT - name: Set Node version - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: node-version: '${{ steps.node_version.outputs.NVMRC }}' - name: Get yarn cache directory path id: yarn-cache-dir-path run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT - - uses: actions/cache@v1 + - uses: actions/cache@v4 with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index bfe557c68b..6f86425135 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -13,14 +13,14 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Read Node version id: node_version run: echo "NVMRC=$(cat .nvmrc)" >> $GITHUB_OUTPUT - name: Set Node version - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: node-version: '${{ steps.node_version.outputs.NVMRC }}' - name: Install dependencies diff --git a/.github/workflows/publish-rc.yml b/.github/workflows/publish-rc.yml index 6af84f309a..83c2189269 100644 --- a/.github/workflows/publish-rc.yml +++ b/.github/workflows/publish-rc.yml @@ -13,13 +13,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Read Node version id: node_version run: echo "NVMRC=$(cat .nvmrc)" >> $GITHUB_OUTPUT - name: Set Node version - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: node-version: '${{ steps.node_version.outputs.NVMRC }}' registry-url: 'https://registry.npmjs.org' @@ -37,7 +37,7 @@ jobs: --data '{"required_status_checks":null,"enforce_admins":false,"required_pull_request_reviews":null,"restrictions":null}' - name: Commit release candidate - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: 'Publish release candidate' diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index 07a32b4bac..82871c969d 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -10,20 +10,20 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Read Node version id: node_version run: echo "NVMRC=$(cat .nvmrc)" >> $GITHUB_OUTPUT - name: Set Node version - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: node-version: '${{ steps.node_version.outputs.NVMRC }}' - name: Get yarn cache directory path id: yarn-cache-dir-path run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT - - uses: actions/cache@v1 + - uses: actions/cache@v4 with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} From 6dba1648f92009bd6187567a5b6fe0fe0d2b42cc Mon Sep 17 00:00:00 2001 From: Wonsuk Choi Date: Fri, 15 Nov 2024 10:31:24 +0900 Subject: [PATCH 2/2] chore(.yarn/versions): track versions --- .yarn/versions/a8175507.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .yarn/versions/a8175507.yml diff --git a/.yarn/versions/a8175507.yml b/.yarn/versions/a8175507.yml new file mode 100644 index 0000000000..e03b86dd57 --- /dev/null +++ b/.yarn/versions/a8175507.yml @@ -0,0 +1,2 @@ +declined: + - primitives