Skip to content

Commit

Permalink
Merge pull request #7 from raimon49/update-version-in-workflows
Browse files Browse the repository at this point in the history
Update version in workflows
  • Loading branch information
raimon49 authored Sep 24, 2023
2 parents 816f795 + e8a0930 commit 42bb8e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/asdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: asdf_plugin_test
uses: asdf-vm/actions/plugin-test@v1
uses: asdf-vm/actions/plugin-test@v2
with:
command: goss --version
version: 0.3.16
Expand All @@ -26,7 +26,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install shellcheck
run: |
Expand Down

0 comments on commit 42bb8e9

Please sign in to comment.