This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-ognl.git
The following commit(s) were added to refs/heads/master by this push: new 2c7f6f2 GitHub Actions checkout v2 new 7676cb7 Merge pull request #7 from sullis/github-actions-checkout-v2 2c7f6f2 is described below commit 2c7f6f2414b759ee2bc0fa41dc2c5fc632bb144c Author: Sean C. Sullivan <git...@seansullivan.com> AuthorDate: Sun Dec 22 15:28:39 2019 -0800 GitHub Actions checkout v2 --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 7574118..3b0c099 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -26,7 +26,7 @@ jobs: java: [ '1.8', '11.0.4', '12.0.2' ] steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 - name: Set up JDK ${{ matrix.java }} uses: actions/setup-java@v1 with: