Skip to content

Commit

Permalink
Update action version in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-tkachenko-datadog committed Jul 18, 2024
1 parent a21ebb4 commit 7f2b515
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ It can help you investigate and mitigate performance problems and test failures
```yaml
steps:
- name: Configure Datadog Test Visibility
uses: datadog/[email protected].4
uses: datadog/[email protected].5
with:
languages: java
service-name: my-service
Expand Down Expand Up @@ -69,4 +69,4 @@ To work around this, the action provides a separate `DD_TRACE_PACKAGE` variable
run: npm run test-ci
env:
NODE_OPTIONS: -r ${{ env.DD_TRACE_PACKAGE }}
```
```

0 comments on commit 7f2b515

Please sign in to comment.