Skip to content

Commit

Permalink
Merge pull request #3 from tuist/renovate/asdf-vm-actions-3.x
Browse files Browse the repository at this point in the history
Update asdf-vm/actions action to v3
  • Loading branch information
pepicrft authored Dec 3, 2023
2 parents 5736919 + 9027fb1 commit 6fa265a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Path.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,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:
Expand All @@ -91,6 +91,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: make workspace/lint

0 comments on commit 6fa265a

Please sign in to comment.