Skip to content

Commit e9f1a0f

Browse files
chore(actions): bump actions/checkout from 3 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ca0b8fa commit e9f1a0f

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)