Merge pull request #24 from dwinkler1/dependabot/github_actions/actions/checkout-6

Bump actions/checkout from 5 to 6
This commit is contained in:
Daniel Winkler 2026-01-19 15:53:38 +11:00 committed by GitHub
commit 1d9b8243cd
Failed to generate hash of commit
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ jobs:
matrix:
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- uses: DeterminateSystems/nix-installer-action@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}