Skip to content

Commit

Permalink
actions/checkout@v3 -> actions/checkout@v4 (#131)
Browse files Browse the repository at this point in the history
Bump actions/checkout version to quiet GHA warnings
  • Loading branch information
wavefunction91 authored May 31, 2024
1 parent b61ee7a commit 92bbbe2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build_and_test_compiler_zoo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
openmp_flag: ON

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

- name: Setup Compiler
shell: bash
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
flags: [ {magma: OFF, cutlass: OFF}, {magma: ON, cutlass: OFF}, {magma: OFF, cutlass: ON} ]

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

- name: Setup Build Type
shell: bash
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
image: dbwy/chemistry

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

- name: Setup Compiler
shell: bash
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
image: dbwy/chemistry

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

- name: Setup Compiler
shell: bash
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
image: dbwy/chemistry

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

- name: Setup Compiler
shell: bash
Expand Down

0 comments on commit 92bbbe2

Please sign in to comment.