Skip to content

Bump commons-io:commons-io from 2.20.0 to 2.21.0 in the gradle-deps group #96

Bump commons-io:commons-io from 2.20.0 to 2.21.0 in the gradle-deps group

Bump commons-io:commons-io from 2.20.0 to 2.21.0 in the gradle-deps group #96

Workflow file for this run

name: Testing For PRs
on: [ pull_request ]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
with:
egress-policy: audit
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
- name: Set up JDK
uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
with:
java-version: 21
distribution: temurin
cache: gradle
- name: Build with Gradle
run: ./gradlew assemble check