Skip to content

Commit b47dad1

Browse files
author
Markus Opolka
authored
Merge pull request #23 from NETWAYS/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents f6fe6ba + f7e3216 commit b47dad1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/makefile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
CFLAGS: "-Wall"
1414

1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717

1818
- name: Install dependencies
1919
run: |
@@ -32,7 +32,7 @@ jobs:
3232
CFLAGS: "-Wall"
3333

3434
steps:
35-
- uses: actions/checkout@v3
35+
- uses: actions/checkout@v4
3636

3737
- name: Install dependencies
3838
run: |

0 commit comments

Comments
 (0)