Skip to content

Commit

Permalink
Merge pull request apache#43 from apache/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/checkout-3.2.0

Bump actions/checkout from 3.1.0 to 3.2.0
  • Loading branch information
garydgregory authored Dec 16, 2022
2 parents 5d8bea3 + 5fb3881 commit a0f7f00
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.2.0
with:
persist-credentials: false
- uses: actions/cache@v3.0.11
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
java: [ 8 ]

steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v3.2.0
with:
persist-credentials: false
- uses: actions/cache@v3.0.11
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
steps:
- name: Prepare git
run: git config --global core.autocrlf false
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v3.2.0
with:
persist-credentials: false
- uses: actions/cache@v3.0.11
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecards-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
steps:

- name: "Checkout code"
uses: actions/checkout@v3.1.0 # 3.0.2
uses: actions/checkout@v3.2.0 # 3.0.2
with:
persist-credentials: false

Expand Down

0 comments on commit a0f7f00

Please sign in to comment.