Skip to content

Commit

Permalink
Switch to v4 checkout for the main workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
starseeker committed Nov 30, 2023
1 parent 8dc11c8 commit 9f48dd2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
sudo apt-get clean
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Run Analyzer
run: |
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
# cache: 'true'

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

- name: Configure
run: |
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
cache: 'true'

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

- name: Add github workspace to path
# https://github.community/t/deprecated-add-path/136621
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
uses: lukka/get-cmake@latest

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

- name: Add github workspace to path
# https://github.community/t/deprecated-add-path/136621
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
cache: 'true'

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

- name: Configure
run: |
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
cache: 'true'

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

- name: Configure
run: |
Expand Down Expand Up @@ -218,7 +218,7 @@ jobs:
uses: lukka/get-cmake@latest

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

- name: Configure
run: |
Expand Down

0 comments on commit 9f48dd2

Please sign in to comment.