Skip to content

Commit

Permalink
Merge pull request #77 from darraghoriordan/renovate/github-actions
Browse files Browse the repository at this point in the history
fix(renovate): pin Update actions/checkout digest to 0ad4b8f
  • Loading branch information
darraghoriordan authored Apr 27, 2024
2 parents 8d5ea5e + 133c1f1 commit eca4a0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buildPR.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
buildTest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
with:
node-version: "20"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publishToNpm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
with:
node-version: "20"
Expand Down

0 comments on commit eca4a0c

Please sign in to comment.