Skip to content

Bump actions/checkout from 5.0.0 to 6.0.1 (#156) #157

Bump actions/checkout from 5.0.0 to 6.0.1 (#156)

Bump actions/checkout from 5.0.0 to 6.0.1 (#156) #157

Workflow file for this run

on:
push:
branches:
- "main"
name: "Main Branch"
permissions:
contents: read
jobs:
test:
name: "Test"
uses: ./.github/workflows/part_test.yml
with:
elixirVersion: "1.18"
otpVersion: "27.2"
docs:
name: "Docs"
permissions:
contents: write
uses: ./.github/workflows/part_docs.yml
with:
elixirVersion: "1.18"
otpVersion: "27.2"