From 9027fb151a913e3a6e76ad351e3e17bd3439735e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Dec 2023 16:52:21 +0000 Subject: [PATCH] Update asdf-vm/actions action to v3 --- .github/workflows/Path.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Path.yml b/.github/workflows/Path.yml index 61e4c05..056b523 100644 --- a/.github/workflows/Path.yml +++ b/.github/workflows/Path.yml @@ -89,7 +89,7 @@ jobs: with: swift-version: ${{ matrix.swift-version }} - name: Install asdf & tools - uses: asdf-vm/actions/install@v2 + uses: asdf-vm/actions/install@v3 - name: Build run: tuist build lint: @@ -112,6 +112,6 @@ jobs: with: swift-version: ${{ matrix.swift-version }} - name: Install asdf & tools - uses: asdf-vm/actions/install@v2 + uses: asdf-vm/actions/install@v3 - name: Lint run: workspace/lint \ No newline at end of file