Skip to content

Commit

Permalink
Merge pull request #64 from Clint-Chester/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/checkout-4.1.7

Bump actions/checkout from 2.3.4 to 4.1.7
  • Loading branch information
Clint Chester authored Jun 29, 2024
2 parents 8a4bee2 + 8117a3a commit b56705a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lwc-test-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2.3.4
uses: actions/checkout@v4.1.7
- name: Report LWC Code Coverage
run: |
LWC_JEST_VERSION="$(cat package.json | jq --raw-output '.devDependencies ."@salesforce/sfdx-lwc-jest"')"
Expand Down

0 comments on commit b56705a

Please sign in to comment.