Compare commits

..
Author SHA1 Message Date
Lain Iwakura 43ff472fa5 chore(deps): update actions/checkout action to v7
Cog check / Create release (pull_request) Successful in 31s
check-commits / Check commits (pull_request) Successful in 32s
build-flake / build (pull_request) Successful in 5m13s
2026-08-22 18:50:42 +03:00
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v6 uses: actions/checkout@v7
- name: Setup sudo (required for the next step) - name: Setup sudo (required for the next step)
run: apt-get update && apt-get install -y sudo run: apt-get update && apt-get install -y sudo
- name: Setup nix - name: Setup nix
+2 -2
View File
@@ -15,9 +15,9 @@ jobs:
changes: ${{ steps.checkChanges.outputs.CHANGES }} changes: ${{ steps.checkChanges.outputs.CHANGES }}
steps: steps:
- name: Checkout Repository - name: Checkout Repository
uses: actions/checkout@v6 uses: actions/checkout@v7
- name: Checkout nix-configuration repository - name: Checkout nix-configuration repository
uses: actions/checkout@v6 uses: actions/checkout@v7
with: with:
repository: xaked/nix-config repository: xaked/nix-config
path: nix-config path: nix-config