Skip to content

Bump actions/checkout from 4.1.1 to 4.1.2 #49

Bump actions/checkout from 4.1.1 to 4.1.2

Bump actions/checkout from 4.1.1 to 4.1.2 #49

Workflow file for this run

name: CI
on:
- push
jobs:
build:
strategy:
fail-fast: false
matrix:
distribution: [zulu, temurin, liberica, microsoft, corretto, oracle]
version: [6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21]
runs-on: ubuntu-20.04
steps:
- uses: actions/setup-java@v3
with:
distribution: ${{ matrix.distribution }}
java-version: ${{ matrix.version }}
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- run: java -version