From de21e2955b3d53e33d30fe57fe89df08784fa3aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Apr 2023 08:27:17 +0000 Subject: [PATCH] chore(deps): bump asdf-vm/actions from 2.0.0 to 2.1.0 (#542) --- .github/workflows/build.yml | 2 +- .github/workflows/lint.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e110237..643aa4d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: asdf-vm/actions/install@v2.0.0 + - uses: asdf-vm/actions/install@v2.1.0 - name: Get yarn cache directory path id: yarn-cache-dir-path run: echo "dir=$(yarn cache dir)" >> "$GITHUB_OUTPUT" diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 2b97ad8..b7ee186 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: asdf-vm/actions/install@v2.0.0 + - uses: asdf-vm/actions/install@v2.1.0 - name: Get yarn cache directory path id: yarn-cache-dir-path run: echo "dir=$(yarn cache dir)" >> "$GITHUB_OUTPUT" @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: asdf-vm/actions/install@v2.0.0 + - uses: asdf-vm/actions/install@v2.1.0 - name: Get yarn cache directory path id: yarn-cache-dir-path run: echo "dir=$(yarn cache dir)" >> "$GITHUB_OUTPUT" @@ -37,7 +37,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: asdf-vm/actions/install@v2.0.0 + - uses: asdf-vm/actions/install@v2.1.0 - name: Get yarn cache directory path id: yarn-cache-dir-path run: echo "dir=$(yarn cache dir)" >> "$GITHUB_OUTPUT"