Skip to content

Commit 73bbc48

Browse files
authored
Merge pull request #377 from dragonflydb/dependabot/github_actions/actions/checkout-5
chore(actions): bump actions/checkout from 3 to 5
2 parents 1ef9857 + e9f1a0f commit 73bbc48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
IMG: ghcr.io/dragonflydb/operator:${{ github.sha }}
1919

2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v5
2222
with:
2323
submodules: true
2424

@@ -52,7 +52,7 @@ jobs:
5252
IMG: ghcr.io/dragonflydb/operator:${{ github.ref_name }}
5353
VERSION: ${{ github.ref_name }}
5454
steps:
55-
- uses: actions/checkout@v3
55+
- uses: actions/checkout@v5
5656
with:
5757
submodules: true
5858
fetch-depth: 0

0 commit comments

Comments
 (0)