Skip to content

Bump actions/checkout from 5 to 6 in the actions-deps group #31

Bump actions/checkout from 5 to 6 in the actions-deps group

Bump actions/checkout from 5 to 6 in the actions-deps group #31

Workflow file for this run

name: GitHub Classroom Workflow
on: [push]
permissions:
checks: write
actions: read
contents: read
jobs:
build:
name: Autograding
runs-on: ubuntu-latest
steps:
- uses: actions/setup-java@v5
with:
distribution: 'temurin'
java-version: '24'
- uses: actions/checkout@v6
- uses: education/autograding@v1