Skip to content

Commit

Permalink
Bump actions/checkout from 3.5.2 to 3.5.3
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 3.5.3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3.5.2...v3.5.3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 9, 2023
1 parent 8e83704 commit 9766c45
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.5.2
uses: actions/checkout@v3.5.3
with:
persist-credentials: false
- uses: actions/cache@v3.3.1
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.5.2
- uses: actions/checkout@v3.5.3
with:
persist-credentials: false
- uses: actions/cache@v3.3.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
# experimental: true

steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.5.3
with:
persist-credentials: false
- uses: actions/cache@v3.3.1
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 @@ -40,7 +40,7 @@ jobs:
steps:

- name: "Checkout code"
uses: actions/checkout@v3.5.2 # 3.1.0
uses: actions/checkout@v3.5.3 # 3.1.0
with:
persist-credentials: false

Expand Down

0 comments on commit 9766c45

Please sign in to comment.