Skip to content

Commit d609f43

Browse files
chore(deps): Update actions/checkout action to v5 (#272)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d8624af commit d609f43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ jobs:
2121
runs-on: warp-ubuntu-latest-x64-4x
2222
steps:
2323
- name: Checkout Dgraph repo
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
2525
with:
2626
path: dgraph
2727
repository: hypermodeinc/dgraph
2828
ref: main
2929
- name: Checkout Dgo repo
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v5
3131
with:
3232
path: dgo
3333
repository: hypermodeinc/dgo

0 commit comments

Comments
 (0)