Skip to content

Commit

Permalink
Merge pull request #23 from NETWAYS/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
martialblog authored Oct 2, 2023
2 parents f6fe6ba + f7e3216 commit b47dad1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
CFLAGS: "-Wall"

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install dependencies
run: |
Expand All @@ -32,7 +32,7 @@ jobs:
CFLAGS: "-Wall"

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install dependencies
run: |
Expand Down

0 comments on commit b47dad1

Please sign in to comment.