Bump actions/cache from 2.1.7 to 3.2.6

Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3.2.6.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v2.1.7...v3.2.6)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2 files changed
tree: f4097b9f4e1b9cbff2c0ac64d24cdfe4fe109609
  1. .github/
  2. .mvn/
  3. src/
  4. .gitignore
  5. LICENSE
  6. pom.xml
  7. README.md
README.md

asf-gitpubsub-jenkins-plugin

Java CI with Maven

See Apache GitPubSub introduction.

Open issues

  • [ ] Upgrade baseline Jenkins version to current Infra minimum
  • [ ] Refactor to multi-module build if additional plugins are required
  • [ ] Implement continuous delivery style non-snapshot version tagging with https://github.com/stephenc/git-timestamp-maven-plugin (may require finding a Maven repository to push to)
  • [ ] Allow configuration of the gitpubsub end-point from the main Jenkins config screen
  • [ ] Figure out where to track issues in JIRA and update this file with issue tracking process

Pull Requests to improve this Jenkins plugin welcome!!