This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-scxml.git
commit 7deee68cbe381ba7b6a32d09eb15fa1ed2a8285d Merge: 2c0307f 45b2d70 Author: Gary Gregory <garydgreg...@users.noreply.github.com> AuthorDate: Fri Nov 18 10:08:08 2022 -0500 Merge pull request #75 from apache/dependabot/github_actions/actions/checkout-3.1.0 Bump actions/checkout from 3.0.2 to 3.1.0 .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/coverage.yml | 2 +- .github/workflows/maven.yml | 2 +- .github/workflows/scorecards-analysis.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --cc .github/workflows/coverage.yml index 5d42e1f,6bbada5..d8e2327 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@@ -29,10 -29,10 +29,10 @@@ jobs java: [ 8 ] steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.1.0 with: persist-credentials: false - - uses: actions/cache@v3.0.8 + - uses: actions/cache@v3.0.11 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} diff --cc .github/workflows/maven.yml index a34badc,9490732..e4fd628 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@@ -34,10 -34,10 +34,10 @@@ jobs # experimental: true steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.1.0 with: persist-credentials: false - - uses: actions/cache@v3.0.8 + - uses: actions/cache@v3.0.11 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}