Skip to content

Commit 58aa219

Browse files
authored
Merge pull request #23 from codeyoma/dependabot/github_actions/ci-dependencies-a331d3ec2d
chore(deps): bump actions/checkout from 4 to 5 in the ci-dependencies group across 1 directory
2 parents 996f631 + 4f4f933 commit 58aa219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
build:
2222
runs-on: ubuntu-22.04
2323
steps:
24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@v5
2525
with:
2626
fetch-depth: 0 # Fetch all history for git info
2727
submodules: recursive

0 commit comments

Comments
 (0)