Skip to content

Commit bf749f6

Browse files
Merge pull request #47 from NETWAYS/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 6a39384 + 3ef1c23 commit bf749f6

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
@@ -11,7 +11,7 @@ jobs:
1111
CFLAGS: "-Wall -Werror"
1212

1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515

1616
- uses: actions/setup-python@v5
1717
with:
@@ -51,7 +51,7 @@ jobs:
5151
CFLAGS: "-Wall"
5252

5353
steps:
54-
- uses: actions/checkout@v4
54+
- uses: actions/checkout@v5
5555

5656
- uses: actions/setup-python@v5
5757
with:

0 commit comments

Comments
 (0)