Skip to content

Commit

Permalink
Update asdf-vm/actions action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 3, 2023
1 parent 64c11e5 commit b76b02e
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 @@ -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:
Expand All @@ -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

0 comments on commit b76b02e

Please sign in to comment.