Skip to content

Commit

Permalink
master: workflows: change changeout@v2 -> checkout@v4.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradbell committed May 13, 2024
1 parent 0ba9502 commit 61e8e5d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conda-ubuntu-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
os: ["ubuntu-latest"]

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

- name: Checkout submodules
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conda-windows-clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
compiler: clang-cl

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Checkout submodules
run: |
git submodule update --init
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conda-windows-eigen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: windows-2019

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: conda_env
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conda-windows-v142.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
os: windows-2019

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Checkout submodules
run: |
git submodule update --init
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
os: [ ubuntu-latest, macos-latest ]
steps:
- name: Check out repository code
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: set debug_which
run: |
mkdir build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/uraimo_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
distro: alpine_latest
steps:
- name: Check out repository code
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Checkout uraimo
uses: uraimo/run-on-arch-action@v2
- name: set debug_which
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-msys2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
run:
shell: msys2 {0}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: msys2/setup-msys2@v2
with:
msystem: MINGW64
Expand Down

0 comments on commit 61e8e5d

Please sign in to comment.