Skip to content

Commit

Permalink
pin version of actions-system-info
Browse files Browse the repository at this point in the history
  • Loading branch information
miparnisari committed Jan 6, 2024
1 parent 88e89e0 commit 0315771
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
make bench | tee ${{ github.sha }}_bench_output.txt
- name: Get CPU information
uses: kenchan0130/actions-system-info@v1
uses: kenchan0130/actions-system-info@v1.2.1
id: system-info

- name: Get Main branch SHA
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: Get CPU information
uses: kenchan0130/actions-system-info@v1
uses: kenchan0130/actions-system-info@v1.2.1
id: system-info

- name: Save benchmark JSON to cache
Expand Down

0 comments on commit 0315771

Please sign in to comment.