Skip to content

Commit

Permalink
Merge pull request #61 from gradlex-org/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/checkout-4.1.3

Bump actions/checkout from 4.1.2 to 4
  • Loading branch information
britter authored Apr 23, 2024
2 parents 7a40b2d + ad50890 commit 0556263
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: git clone
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4
- name: Set up JDK
uses: actions/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle-wrapper-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ jobs:
validation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.2
- uses: actions/checkout@v4
- uses: gradle/wrapper-validation-action@v3
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: git clone
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4
- name: Set up JDK
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 0556263

Please sign in to comment.