Skip to content

Commit

Permalink
Update checkout action.
Browse files Browse the repository at this point in the history
  • Loading branch information
dfaranha committed Mar 9, 2024
1 parent 554cb0f commit 6c97815
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/16bit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
cc: "clang",
}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Run CMake (standard)
if: ${{ !(runner.os == 'Windows') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/32bit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
cc: "clang",
}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set Windows enviroment
if: ${{ (runner.os == 'Windows') && (matrix.config.cc == 'cl') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/8bit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
cc: "clang",
}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Run CMake (standard)
if: ${{ !(runner.os == 'Windows') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bls12-381.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
cc: "clang",
}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install Linux Dependencies
if: runner.os == 'Linux'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/easy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
cc: "clang",
}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set Windows enviroment
if: ${{ (runner.os == 'Windows') && (matrix.config.cc == 'cl') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gmp-sec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
cc: "clang",
}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install Linux Dependencies
if: runner.os == 'Linux'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gmp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
cc: "clang",
}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install Linux Dependencies
if: runner.os == 'Linux'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
cc: "clang",
}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set Windows enviroment
if: ${{ (runner.os == 'Windows') && (matrix.config.cc == 'cl') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/multi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
cc: "clang",
}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install Linux Dependencies
if: ${{ (runner.os == 'Linux') && (matrix.config.cc == 'clang') }}
Expand Down

0 comments on commit 6c97815

Please sign in to comment.