Skip to content

Commit

Permalink
update actions in client build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jkittner committed Nov 4, 2024
1 parent ecbbafa commit 5a5ae58
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
- uses: actions/checkout@v4

- uses: actions/setup-node@v1
- uses: actions/setup-node@v4
with:
node-version: 12

Expand All @@ -32,6 +30,6 @@ jobs:
popd
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4.9.0
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "[skip ci] Commit latest build"

0 comments on commit 5a5ae58

Please sign in to comment.