Skip to content

fix(deps): update dependency @actions/core to v3.0.1#307

Open
team-github-bot wants to merge 1 commit into
mainfrom
renovate/actions-core-3.x
Open

fix(deps): update dependency @actions/core to v3.0.1#307
team-github-bot wants to merge 1 commit into
mainfrom
renovate/actions-core-3.x

fix(deps): update dependency @actions/core to v3.0.1

9831a29
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
GitHub Actions / JEST Tests succeeded Jun 8, 2026 in 1s

8 passed, 0 failed and 0 skipped

Tests passed successfully

✅ reports/jest-junit.xml

8 tests were completed in 26s with 8 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
tests/integration/integration.test.ts 2✅ 26s
tests/unit/input-parsing.test.ts 4✅ 5s
tests/unit/list-environments.test.ts 2✅ 6s

✅ tests/integration/integration.test.ts

integration tests
  ✅ can deploy a release with scheduled start time
  ✅ can deploy a release

✅ tests/unit/input-parsing.test.ts

✅ get input parameters
✅ deploy_at and deploy_at_expiry are parsed as dates
✅ invalid deploy_at throws error
✅ invalid deploy_at_expiry throws error

✅ tests/unit/list-environments.test.ts

listEnvironments when v2 endpoint is not available
  ✅ should successfully retrieve environments using v1 endpoint
listEnvironments when v2 endpoint cannot find environments
  ✅ should successfully retrieve environments using v1 endpoint