Skip to content

Commit 32e9763

Browse files
chore(deps): Update actions/checkout action to v5 (#279)
1 parent ec99ff0 commit 32e9763

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-dgraph4j-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Checkout dgraph4j repo
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@v5
2828
with:
2929
path: dgraph4j
3030
- name: Setup Java
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
gradle-version: current
3939
- name: Checkout Dgraph repo # use latest dgraph build
40-
uses: actions/checkout@v4
40+
uses: actions/checkout@v5
4141
with:
4242
path: dgraph
4343
repository: hypermodeinc/dgraph

0 commit comments

Comments
 (0)