Bump actions/checkout from 4 to 5 (#205)

This commit is contained in:
dependabot[bot]
2025-10-08 20:15:41 -07:00
committed by GitHub
parent bd9b9ef2fd
commit 80916778f1

View File

@@ -4,10 +4,10 @@ on: [push, pull_request]
jobs:
format:
name: File formatting (file_format.sh)
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Install dependencies
run: |