Skip to content

Commit

Permalink
ci: update action checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
ToruNiina committed Mar 20, 2024
1 parent 3509be6 commit 85faca9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
unreleased: ['ON', 'OFF']
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true
- name: Install
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
- {compiler: '11', standard: '20'}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true
- name: Install
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
- {compiler: 'g++-7', standard: '20'}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true
- name: Install
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
- {compiler: '9', standard: '20'}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true
- name: Install
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
# unreleased: ['ON', 'OFF']
# steps:
# - name: Checkout
# uses: actions/checkout@v3
# uses: actions/checkout@v4
# with:
# submodules: true
# - name: Install
Expand All @@ -171,7 +171,7 @@ jobs:
unreleased: ['ON', 'OFF']
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true
- name: Install
Expand All @@ -198,7 +198,7 @@ jobs:
unreleased: ['ON', 'OFF']
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true
- name: Install
Expand All @@ -224,7 +224,7 @@ jobs:
unreleased: ['ON', 'OFF']
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true
- name: Install
Expand Down

0 comments on commit 85faca9

Please sign in to comment.