Skip to content

Commit

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

Bump actions/checkout from 3.2.0 to 3.3.0
  • Loading branch information
garydgregory authored Jan 6, 2023
2 parents e841e42 + 86abe04 commit f7e4a40
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.2.0
uses: actions/checkout@v3.3.0
with:
persist-credentials: false
- uses: actions/cache@v3.2.2
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.2.0
- uses: actions/checkout@v3.3.0
with:
persist-credentials: false
- uses: actions/cache@v3.2.2
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.2.0
- uses: actions/checkout@v3.3.0
with:
persist-credentials: false
- uses: actions/cache@v3.2.2
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 @@ -39,7 +39,7 @@ jobs:
steps:

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

Expand Down

0 comments on commit f7e4a40

Please sign in to comment.