Skip to content

Commit

Permalink
Merge pull request #163 from guardrail-dev/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
blast-hardcheese authored Sep 28, 2023
2 parents 9b4f847 + 1ebdcaf commit 900e21c
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
java: [ '8', '11', '13', '14', '15' ]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Gradle wrapper validation
uses: gradle/wrapper-validation-action@v1.1.0
- name: Set up JDK
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Gradle wrapper validation
uses: gradle/wrapper-validation-action@v1.1.0
- name: Set up JDK
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix:
java: [ '8' ]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Gradle wrapper validation
Expand Down

0 comments on commit 900e21c

Please sign in to comment.