Skip to content

Commit 0e8e6b8

Browse files
Merge pull request #11 from cyberus-technology/dependabot/github_actions/actions/checkout-6
build(deps): bump actions/checkout from 5 to 6
2 parents 9161be1 + 3c07aee commit 0e8e6b8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: "nix flake check (evaluation, style)"
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v5
17+
- uses: actions/checkout@v6
1818
- uses: cachix/install-nix-action@v31
1919
- uses: DeterminateSystems/magic-nix-cache-action@main
2020
- run: nix flake check
@@ -26,7 +26,7 @@ jobs:
2626
CC: gcc-11
2727
CXX: g++-11
2828
steps:
29-
- uses: actions/checkout@v5
29+
- uses: actions/checkout@v6
3030
- name: install pre-requisites
3131
run: sudo apt-get update && sudo apt-get install -y catch2 cmake gcc-11 g++-11
3232
- name: Build
@@ -54,7 +54,7 @@ jobs:
5454
name: "nix shell works"
5555
runs-on: ubuntu-latest
5656
steps:
57-
- uses: actions/checkout@v5
57+
- uses: actions/checkout@v6
5858
- uses: cachix/install-nix-action@v31
5959
- uses: DeterminateSystems/magic-nix-cache-action@main
6060
- run: nix develop . --command bash -c "echo hi"
@@ -63,7 +63,7 @@ jobs:
6363
name: "Nix Flake: Build all Guest Tests"
6464
runs-on: ubuntu-latest
6565
steps:
66-
- uses: actions/checkout@v5
66+
- uses: actions/checkout@v6
6767
- uses: cachix/install-nix-action@v31
6868
- uses: DeterminateSystems/magic-nix-cache-action@main
6969
- name: "Test run: hello-world, efi, qemu"
@@ -81,7 +81,7 @@ jobs:
8181
name: "Run hello-world in all variants"
8282
runs-on: ubuntu-latest
8383
steps:
84-
- uses: actions/checkout@v5
84+
- uses: actions/checkout@v6
8585
- uses: cachix/install-nix-action@v31
8686
- name: "Test run: hello-world, efi, qemu"
8787
run: |

0 commit comments

Comments
 (0)