Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump asdf-vm/actions from 2 to 3 #35

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/document.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Setup asdf
uses: asdf-vm/actions/setup@v2
uses: asdf-vm/actions/setup@v3

- name: Cache asdf
id: asdf-cache
Expand All @@ -39,7 +39,7 @@ jobs:

- name: Setup asdf
if: steps.asdf-cache.outputs.cache-hit != 'true'
uses: asdf-vm/actions/install@v2
uses: asdf-vm/actions/install@v3

- name: "Generate documentation"
run: ./scripts/document.sh
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@main

- name: Setup asdf
uses: asdf-vm/actions/setup@v2
uses: asdf-vm/actions/setup@v3

- name: Cache asdf
id: asdf-cache
Expand All @@ -33,7 +33,7 @@ jobs:

- name: Setup asdf
if: steps.asdf-cache.outputs.cache-hit != 'true'
uses: asdf-vm/actions/install@v2
uses: asdf-vm/actions/install@v3

- name: "Format"
run: ./scripts/format.sh
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@main

- name: Setup asdf
uses: asdf-vm/actions/setup@v2
uses: asdf-vm/actions/setup@v3

- name: Cache asdf
id: asdf-cache
Expand All @@ -30,7 +30,7 @@ jobs:

- name: Setup asdf
if: steps.asdf-cache.outputs.cache-hit != 'true'
uses: asdf-vm/actions/install@v2
uses: asdf-vm/actions/install@v3

- name: "Lint"
run: ./scripts/lint.sh
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@main

- name: Setup asdf
uses: asdf-vm/actions/setup@v2
uses: asdf-vm/actions/setup@v3

- name: Cache asdf
id: asdf-cache
Expand All @@ -22,7 +22,7 @@ jobs:

- name: Setup asdf
if: steps.asdf-cache.outputs.cache-hit != 'true'
uses: asdf-vm/actions/install@v2
uses: asdf-vm/actions/install@v3

- name: "Run document script if necessary"
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@main

- name: Setup asdf
uses: asdf-vm/actions/setup@v2
uses: asdf-vm/actions/setup@v3

- name: Cache asdf
id: asdf-cache
Expand All @@ -33,7 +33,7 @@ jobs:

- name: Setup asdf
if: steps.asdf-cache.outputs.cache-hit != 'true'
uses: asdf-vm/actions/install@v2
uses: asdf-vm/actions/install@v3

- name: "Validate Module"
run: ./scripts/validate.sh