Skip to content

Commit

Permalink
Changed: Github checkout updated to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
richardbiely committed Dec 15, 2023
1 parent 7075135 commit 3d3a6d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-20.04

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

- name: Install compiler
run: |
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
runs-on: ubuntu-20.04

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

- name: Install compiler
run: |
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
runs-on: windows-latest

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

- name: Configure CMake
run: |
Expand All @@ -144,7 +144,7 @@ jobs:
runs-on: macOS-latest

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

- name: Configure CMake
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/icx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install compiler
run: |
wget https://registrationcenter-download.intel.com/akdlm/irc_nas/18673/l_BaseKit_p_2022.2.0.262_offline.sh
Expand Down

0 comments on commit 3d3a6d3

Please sign in to comment.