Skip to content

Commit 7a93465

Browse files
Merge pull request #14 from datavisyn/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 8fdb2d1 + 3c2ffae commit 7a93465

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
prepare:
1919
runs-on: ubuntu-22.04
2020
steps:
21-
- uses: actions/checkout@v4
22-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
22+
- uses: actions/checkout@v5
2323
with:
2424
repository: datavisyn/github-workflows
2525
ref: ${{ env.WORKFLOW_BRANCH }}

0 commit comments

Comments
 (0)