Skip to content

Commit

Permalink
Merge pull request #6 from urcomputeringpal/renovate/pin-dependencies
Browse files Browse the repository at this point in the history
chore(deps): pin urcomputeringpal/github-script-ts action to ffbd14d
  • Loading branch information
jnewland authored May 17, 2023
2 parents ca1caad + ad14e02 commit 7061ef2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ runs:
- name: Setup TypeScript scripts
id: github-script-ts
uses: urcomputeringpal/[email protected]
uses: urcomputeringpal/github-script-ts@ffbd14d3da998a8c02d11cb421fe374104026b59 # v0.0.9

with:
path: ${{ steps.path.outputs.action_path }}

- name: summarizeHistory
id: function
uses: urcomputeringpal/[email protected]
uses: urcomputeringpal/github-script-ts@ffbd14d3da998a8c02d11cb421fe374104026b59 # v0.0.9
with:
path: ${{ steps.path.outputs.action_path }}
function: summarizeHistory

0 comments on commit 7061ef2

Please sign in to comment.