Skip to content

Commit

Permalink
Update common files (#373)
Browse files Browse the repository at this point in the history
  • Loading branch information
micronaut-build authored May 17, 2021
1 parent d154985 commit d6e4258
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 @@ -28,7 +28,7 @@ jobs:
- name: Check Dependencies
run: ./gradlew useLatestVersions
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3.8.2
uses: peter-evans/create-pull-request@v3.9.2
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 @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
graalvm: ['21.0.0.2.java8', '21.0.0.2.java11']
graalvm: ['21.1.0.java8', '21.1.0.java11']
steps:
# https://github.com/actions/virtual-environments/issues/709
- name: Free disk space
Expand Down

0 comments on commit d6e4258

Please sign in to comment.