Skip to content

Commit

Permalink
Set Parsiphae version by SHA
Browse files Browse the repository at this point in the history
  • Loading branch information
szapp committed Mar 20, 2024
1 parent f829110 commit 5aa04fc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@ jobs:
- `cache`:
Cache the Parsiphae built in between workflow runs.
This greatly increases speed of the check as Parsiphae is not cloned and re-built every time.
The cached executable is specific to the workflow runner OS and the Parsiphae version (see `version`) specified.
The cached executable is specific to the workflow runner OS and the Parsiphae version.
Defaults to true
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import * as io from '@actions/io'
import * as tc from '@actions/tool-cache'

// Parsiphae version (branch, tag, or sha)
const parVer = 'master'
const parVer = '5cfb63ab29df99073a9fcc551d42652bdb130c74'

// File path patterns
const regexPreDot = /^\.\//
Expand Down

0 comments on commit 5aa04fc

Please sign in to comment.