-
Notifications
You must be signed in to change notification settings - Fork 2.2k
chore(deps): bump actions/checkout from 1 to 4 #4836
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
5a585f1
chore(deps): bump actions/checkout from 1 to 4
dependabot[bot] a1f8d20
Update .github/workflows/ci.yml
henryiii 3f8aada
actions/checkout@v1 for centos:7
rwgk 6478c57
Merge branch 'master' into dependabot/github_actions/actions/checkout-4
rwgk d0ef9dc
Fix oversight: centos:7 actually works with actions/checkout@v3
rwgk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -69,7 +69,7 @@ jobs: | |
runs-on: ${{ matrix.runs-on }} | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v4 | ||
|
||
- name: Setup Python ${{ matrix.python }} | ||
uses: actions/setup-python@v4 | ||
|
@@ -205,7 +205,7 @@ jobs: | |
runs-on: ubuntu-20.04 | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v4 | ||
|
||
- name: Setup Python ${{ matrix.python-version }} (deadsnakes) | ||
uses: deadsnakes/[email protected] | ||
|
@@ -310,7 +310,7 @@ jobs: | |
container: "silkeh/clang:${{ matrix.clang }}${{ matrix.container_suffix }}" | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v4 | ||
|
||
- name: Add wget and python3 | ||
run: apt-get update && apt-get install -y python3-dev python3-numpy python3-pytest libeigen3-dev | ||
|
@@ -344,7 +344,7 @@ jobs: | |
container: nvidia/cuda:12.2.0-devel-ubuntu22.04 | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v4 | ||
|
||
# tzdata will try to ask for the timezone, so set the DEBIAN_FRONTEND | ||
- name: Install 🐍 3 | ||
|
@@ -368,7 +368,7 @@ jobs: | |
# container: centos:8 | ||
# | ||
# steps: | ||
# - uses: actions/checkout@v3 | ||
# - uses: actions/checkout@v4 | ||
# | ||
# - name: Add Python 3 and a few requirements | ||
# run: yum update -y && yum install -y git python3-devel python3-numpy python3-pytest make environment-modules | ||
|
@@ -413,7 +413,7 @@ jobs: | |
# tzdata will try to ask for the timezone, so set the DEBIAN_FRONTEND | ||
DEBIAN_FRONTEND: 'noninteractive' | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v4 | ||
|
||
- name: Add NVHPC Repo | ||
run: | | ||
|
@@ -475,7 +475,7 @@ jobs: | |
container: "gcc:${{ matrix.gcc }}" | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v4 | ||
|
||
- name: Add Python 3 | ||
run: apt-get update; apt-get install -y python3-dev python3-numpy python3-pytest python3-pip libeigen3-dev | ||
|
@@ -535,7 +535,7 @@ jobs: | |
name: "🐍 3 • ICC latest • x64" | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v4 | ||
|
||
- name: Add apt repo | ||
run: | | ||
|
@@ -639,7 +639,13 @@ jobs: | |
container: "${{ matrix.container }}" | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Latest actions/checkout | ||
uses: actions/checkout@v4 | ||
if: matrix.container != 'centos:7' | ||
|
||
- name: Pin actions/checkout as required for centos:7 | ||
uses: actions/checkout@v3 | ||
if: matrix.container == 'centos:7' | ||
|
||
- name: Add Python 3 (RHEL 7) | ||
if: matrix.container == 'centos:7' | ||
|
@@ -687,7 +693,7 @@ jobs: | |
container: i386/debian:buster | ||
|
||
steps: | ||
- uses: actions/checkout@v1 # Required to run inside docker | ||
- uses: actions/checkout@v1 # v1 is required to run inside docker | ||
|
||
- name: Install requirements | ||
run: | | ||
|
@@ -730,7 +736,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v4 | ||
|
||
- uses: actions/setup-python@v4 | ||
with: | ||
|
@@ -782,7 +788,7 @@ jobs: | |
runs-on: windows-2019 | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v4 | ||
|
||
- name: Setup Python ${{ matrix.python }} | ||
uses: actions/setup-python@v4 | ||
|
@@ -835,7 +841,7 @@ jobs: | |
runs-on: windows-2019 | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v4 | ||
|
||
- name: Setup Python ${{ matrix.python }} | ||
uses: actions/setup-python@v4 | ||
|
@@ -883,7 +889,7 @@ jobs: | |
runs-on: windows-2022 | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v4 | ||
|
||
- name: Setup Python ${{ matrix.python }} | ||
uses: actions/setup-python@v4 | ||
|
@@ -961,7 +967,7 @@ jobs: | |
mingw-w64-${{matrix.env}}-boost | ||
mingw-w64-${{matrix.env}}-catch | ||
|
||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v4 | ||
|
||
- name: Configure C++11 | ||
# LTO leads to many undefined reference like | ||
|
@@ -1032,7 +1038,7 @@ jobs: | |
run: env | ||
|
||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
|
||
- name: Set up Clang | ||
uses: egor-tensin/setup-clang@v1 | ||
|
@@ -1101,7 +1107,7 @@ jobs: | |
run: env | ||
|
||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
|
||
- name: Show Clang++ version before brew install llvm | ||
run: clang++ --version | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks like it used to be v3, does v3 work (and v4 not)? Or does it really require v1 like Debian Buster?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops, thanks for catching this! I overlooked that it worked with
v3
before.