Updating actions/core to version 1.10 for cache v2 by anuragc617 · Pull Request #1135 · actions/cache

Updating actions/core to version 1.10 for cache v2 as part of deprecating set-output and save-state workflow commands

Description

Updated the actions/core version to version 1.10

Motivation and Context

How Has This Been Tested?

Ran the test with older version and newer version
Before updating actions/core, run logs: https://github.com/anuragc617/acr-build-helloworld-node/actions/runs/4413579222/jobs/7734228438
After updating actions/core version, run logs: https://github.com/anuragc617/acr-build-helloworld-node/actions/runs/4413602227/jobs/7734271853

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation (add or update README or docs)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.