Skip to content

Bump commons-io:commons-io from 2.7 to 2.14.0 #1

Bump commons-io:commons-io from 2.7 to 2.14.0

Bump commons-io:commons-io from 2.7 to 2.14.0 #1

Workflow file for this run

#
# Copyright © ${year} Dominokit
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
name: Verify
on:
pull_request:
types: [assigned, opened, synchronize, reopened]
jobs:
verify:
runs-on: ubuntu-20.04
strategy:
matrix:
java-version: [ 17 ]
distribution: 'temurin'

Check failure on line 29 in .github/workflows/verify.yaml

View workflow run for this annotation

GitHub Actions / Verify

Invalid workflow file

The workflow is not valid. .github/workflows/verify.yaml (Line: 29, Col: 23): Unexpected value 'temurin'
steps:
- name: Check out Git repository
uses: actions/checkout@v3
- name: Install Java and Maven
uses: actions/setup-java@v3
with:
java-version: ${{ matrix.java-version }}
- run: ./mvnw verify -B -e