Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.0 to 4.2.0
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.0...v4.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent 00de95e commit 826cd7d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-v5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4.1.0
uses: actions/checkout@v4.2.0
- uses: gradle/wrapper-validation-action@v2
- name: Setup Java JDK
uses: actions/setup-java@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linkcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
if: startsWith(github.repository,'odpi/')
steps:
- uses: actions/checkout@v4.1.0
- uses: actions/checkout@v4.2.0
- name: Link Checker
uses: lycheeverse/lychee-action@v1.9.3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merge-v5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
name: "Merge v5"
if: startsWith(github.repository,'odpi/')
steps:
- uses: actions/checkout@v4.1.0
- uses: actions/checkout@v4.2.0
name: Checkout source
- uses: gradle/wrapper-validation-action@v2
- name: Set up JDK
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-v5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
name: "Verify PR v5"
if: startsWith(github.repository,'odpi/')
steps:
- uses: actions/checkout@v4.1.0
- uses: actions/checkout@v4.2.0
- uses: gradle/wrapper-validation-action@v2
- name: Set up JDK
uses: actions/setup-java@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-v5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
name: "Release"
if: startsWith(github.repository,'odpi/')
steps:
- uses: actions/checkout@v4.1.0
- uses: actions/checkout@v4.2.0
name: Checkout source
- uses: gradle/wrapper-validation-action@v2
# Prep for docker builds
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

steps:
- name: "Checkout code"
uses: actions/checkout@v4.1.0 # tag=v3.0.0
uses: actions/checkout@v4.2.0 # tag=v3.0.0
with:
persist-credentials: false

Expand Down

0 comments on commit 826cd7d

Please sign in to comment.