Skip to content

Commit

Permalink
Merge pull request #5 from bdellegrazie/chore/ci
Browse files Browse the repository at this point in the history
chore(ci): update workflow actions
  • Loading branch information
bdellegrazie authored Nov 8, 2024
2 parents 197143f + 6f41b07 commit b487371
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: asdf_plugin_test
uses: asdf-vm/actions/plugin-test@v1
uses: asdf-vm/actions/plugin-test@v3
with:
command: websocat --version
8 changes: 4 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install asdf dependencies
uses: asdf-vm/actions/install@v1
uses: asdf-vm/actions/install@v3

- name: Run ShellCheck
run: scripts/shellcheck.bash
Expand All @@ -23,10 +23,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install asdf dependencies
uses: asdf-vm/actions/install@v1
uses: asdf-vm/actions/install@v3

- name: List file to shfmt
run: shfmt -f .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/release-please-action@v2
- uses: googleapis/release-please-action@v4
with:
release-type: simple

0 comments on commit b487371

Please sign in to comment.