Skip to content

Commit c51bc7f

Browse files
authored
Merge pull request #140 from juniorguru/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 1055112 + f250d54 commit c51bc7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v4
9+
- uses: actions/checkout@v5
1010
- run: pipx install poetry==1.8.5
1111
- uses: actions/setup-python@v5
1212
with:

0 commit comments

Comments
 (0)