Skip to content

Commit

Permalink
Merge pull request #1 from liblaber/fix-actions-version
Browse files Browse the repository at this point in the history
Fixing actions version
  • Loading branch information
Jim Bennett authored Mar 26, 2024
2 parents 921d0d4 + 0e1937e commit 90703af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/liblab-generate-sdks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
GITHUB_TOKEN: ${{ secrets.LIBLAB_GITHUB_TOKEN }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Node.js environment
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Install liblab
Expand Down

0 comments on commit 90703af

Please sign in to comment.