Skip to content

Commit

Permalink
v3.19.0 (#140)
Browse files Browse the repository at this point in the history
Co-authored-by: ci.datadog-ci <packages@datadoghq.com>
  • Loading branch information
ci-integrations-release-automation[bot] and ci.datadog-ci authored Sep 23, 2024
1 parent 7b938bb commit 743aa49
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Your workflow can be [simple](#simple-usage) or [complex](#complex-usage).
version: 2.1

orbs:
synthetics-ci: datadog/synthetics-ci-orb@3.18.0
synthetics-ci: datadog/synthetics-ci-orb@3.19.0

jobs:
e2e-tests:
Expand All @@ -50,7 +50,7 @@ This orb overrides the path to the pattern for [test files][18].
version: 2.1

orbs:
synthetics-ci: datadog/synthetics-ci-orb@3.18.0
synthetics-ci: datadog/synthetics-ci-orb@3.19.0

jobs:
e2e-tests:
Expand All @@ -76,7 +76,7 @@ For another example pipeline that triggers Synthetic tests, see the [`simple-exa
version: 2.1
orbs:
synthetics-ci: datadog/synthetics-ci-orb@3.18.0
synthetics-ci: datadog/synthetics-ci-orb@3.19.0
jobs:
e2e-tests:
Expand All @@ -98,7 +98,7 @@ workflows:
version: 2.1
orbs:
synthetics-ci: datadog/synthetics-ci-orb@3.18.0
synthetics-ci: datadog/synthetics-ci-orb@3.19.0
jobs:
e2e-tests:
Expand Down
2 changes: 1 addition & 1 deletion src/examples/advanced-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ usage:
version: 2.1

orbs:
synthetics-ci: datadog/synthetics-ci-orb@3.18.0
synthetics-ci: datadog/synthetics-ci-orb@3.19.0

jobs:
integration-tests:
Expand Down
2 changes: 1 addition & 1 deletion src/examples/simple-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: >
usage:
version: 2.1
orbs:
synthetics-ci-orb: datadog/synthetics-ci-orb@3.18.0
synthetics-ci-orb: datadog/synthetics-ci-orb@3.19.0
workflows:
test:
jobs:
Expand Down

0 comments on commit 743aa49

Please sign in to comment.