Skip to content
This repository was archived by the owner on Dec 14, 2024. It is now read-only.

Commit 030f0de

Browse files
committed
use checkout@v4
(cherry picked from commit 4a62211)
1 parent 5d368ac commit 030f0de

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: build
22
on:
33
workflow_dispatch:
4+
pull_request:
45
push:
56
braches:
67
- main
@@ -13,7 +14,7 @@ jobs:
1314
runs-on: ubuntu-latest
1415
steps:
1516
- name: Checkout repository
16-
uses: actions/checkout@v3
17+
uses: actions/checkout@v4
1718
- uses: cachix/install-nix-action@v27
1819
- name: Flake Check
1920
run: nix flake check --impure
@@ -28,7 +29,7 @@ jobs:
2829
- neoforge
2930
steps:
3031
- name: Checkout repository
31-
uses: actions/checkout@v3
32+
uses: actions/checkout@v4
3233
- name: Setup Java
3334
uses: actions/setup-java@v4
3435
with:

0 commit comments

Comments
 (0)