Merge pull request #1241 from NotAShelf/dependabot/github_actions/actions/checkout-6

build(deps): bump actions/checkout from 5 to 6
This commit is contained in:
raf 2025-12-12 09:35:10 +03:00 committed by GitHub
commit b0ca4a7834
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 15 additions and 15 deletions

View file

@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: "Install Nix"
uses: cachix/install-nix-action@v31.9.0