Skip to content

Commit

Permalink
Merge pull request #70 from guardrail-dev/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/checkout-2.3.5

Bump actions/checkout from 2.3.4 to 2.3.5
  • Loading branch information
blast-hardcheese committed Oct 18, 2021
2 parents 5669804 + 5b5af31 commit c569262
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@v2.3.4
- uses: actions/checkout@v2.3.5
- name: Gradle wrapper validation
uses: gradle/wrapper-validation-action@v1.0.4
- 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@v2.3.4
- uses: actions/checkout@v2.3.5
- name: Gradle wrapper validation
uses: gradle/wrapper-validation-action@v1.0.4
- 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@v2.3.4
- uses: actions/checkout@v2.3.5
with:
fetch-depth: 0
- name: Gradle wrapper validation
Expand Down

0 comments on commit c569262

Please sign in to comment.