Skip to content

Commit

Permalink
Bump github-ci actions/checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
katajakasa committed Feb 13, 2024
1 parent 5b416b3 commit b68b399
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: Formatting Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Run clang-format style check
uses: jidicula/[email protected]
with:
Expand All @@ -39,7 +39,7 @@ jobs:
- { name: "clang 11", cc: clang-11, tidy: "Off" }

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

- name: Install Ubuntu Dependencies
run: |
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
runs-on: ubuntu-latest

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

- name: Install Ubuntu Dependencies
run: |
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
runs-on: macos-12

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

- name: Install Mac Dependencies
run: |
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
runs-on: ubuntu-latest

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

- name: Install Dependencies
run: |
Expand Down Expand Up @@ -213,7 +213,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: '0'

Expand Down

0 comments on commit b68b399

Please sign in to comment.