Skip to content

Commit

Permalink
Merge pull request #148 from shogo82148/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
shogo82148 committed Sep 6, 2023
2 parents 7f6781a + 6d95438 commit faf382d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

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

- name: git submodule init
run: |
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:

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

- name: git submodule init
run: |
Expand Down

0 comments on commit faf382d

Please sign in to comment.