Skip to content

Commit

Permalink
bumped github versions
Browse files Browse the repository at this point in the history
  • Loading branch information
brtnfld committed Jun 7, 2024
1 parent e666851 commit 240d270
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/clang-format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'skip-ci')"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4.1.1
- name: Run clang-format style check for C programs.
uses: DoozyX/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clang-format-fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'skip-ci')"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4.1.1
- name: Run clang-format style check for C programs.
uses: DoozyX/[email protected]
with:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- name: Checkout submodule Argobots
uses: actions/checkout@v3
uses: actions/checkout@v4.1.1
with:
submodules: 'true'

Expand Down Expand Up @@ -107,12 +107,12 @@ jobs:

steps:
- name: Checkout submodule Argobots
uses: actions/checkout@v3
uses: actions/checkout@v4.1.1
with:
submodules: 'true'

- name: Checkout HDF5 latest
uses: actions/checkout@v3
uses: actions/checkout@v4.1.1
with:
repository: HDFGroup/hdf5
path: hdf5
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:

steps:
- name: Checkout submodule Argobots
uses: actions/checkout@v3
uses: actions/checkout@v4.1.1
with:
submodules: 'true'

Expand Down Expand Up @@ -277,12 +277,12 @@ jobs:

steps:
- name: Checkout submodule Argobots
uses: actions/checkout@v3
uses: actions/checkout@v4.1.1
with:
submodules: 'true'

- name: Checkout HDF5 latest
uses: actions/checkout@v3
uses: actions/checkout@v4.1.1
with:
repository: HDFGroup/hdf5
path: hdf5
Expand Down

0 comments on commit 240d270

Please sign in to comment.