Skip to content

Commit

Permalink
[test] Update common files for branch master (#363)
Browse files Browse the repository at this point in the history
  • Loading branch information
micronaut-build authored Jan 4, 2021
1 parent 1522eab commit 4f7afba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependency-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Check Dependencies
run: ./gradlew useLatestVersions
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3.5.2
uses: peter-evans/create-pull-request@v3.6.0
with:
token: ${{ secrets.GH_TOKEN }}
committer: micronaut-build <${{ secrets.MICRONAUT_BUILD_EMAIL }}>
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/graalvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
restore-keys: |
${{ runner.os }}-gradle-
- name: Setup GraalVM CE
uses: DeLaGuardo/setup-graalvm@3.0
uses: DeLaGuardo/setup-graalvm@3.1
with:
graalvm-version: ${{ matrix.graalvm }}
- name: Install Native Image
Expand Down

0 comments on commit 4f7afba

Please sign in to comment.