Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rjaegers committed Apr 25, 2024
2 parents 609c578 + f1a754b commit 8ea70d1
Show file tree
Hide file tree
Showing 4 changed files with 173 additions and 112 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dependency-submission.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
- uses: philips-forks/cmake-dependency-submission@main
- env:
GH_TOKEN: ${{ github.token }}
Expand All @@ -23,7 +23,7 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
- run: cmake -S example -B build
- uses: philips-forks/cmake-dependency-submission@main
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- uses: actions/setup-node@v3
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
- uses: actions/setup-node@v4
with:
node-version: 16
- name: Install npm dependencies
Expand Down
Loading

0 comments on commit 8ea70d1

Please sign in to comment.