Skip to content
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

Bump actions/checkout from 3 to 4 #11551

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker build scripts/docker_files/docker_file_wheelbuilder_linux/ --tag kratosmultiphysics/kratos-wheelbuilder-linux
- name: Docker Login
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker build scripts/docker_files/docker_file_wheelbuilder_windows/ --tag kratosmultiphysics/kratos-wheelbuilder-windows
- name: Docker Login
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_docker_images_for_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker build . --file scripts/docker_files/docker_file_ci_ubuntu_22_04/DockerFile --tag kratosmultiphysics/kratos-image-ci-ubuntu-22-04
- name: Docker Login
Expand All @@ -50,7 +50,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker build . --file scripts/docker_files/docker_file_ci_centos_7/DockerFile --tag kratosmultiphysics/kratos-image-ci-centos7
- name: Docker Login
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_docker_images_with_kratos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker build . --file scripts/docker_files/docker_file_ci_ubuntu_20_04/DockerFile --tag kratosmultiphysics/kratos-image-ubuntu-20-04
- name: Docker Login
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
options: --user 1001

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

# - name: Installing dependencies
# => must be added to the docker container to avoid reinstalling it in every CI run
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
KRATOS_BUILD_TYPE: Custom

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.8'
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
options: --user 1001

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

# - name: Installing dependencies
# => must be added to the docker container to avoid reinstalling it in every CI run
Expand Down Expand Up @@ -223,7 +223,7 @@ jobs:
CCACHE_MAXSIZE: 500M

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

- name: Cache Build
id: cache-build
Expand Down Expand Up @@ -335,7 +335,7 @@ jobs:
KRATOS_BUILD_TYPE: Custom

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.8'
Expand Down Expand Up @@ -411,7 +411,7 @@ jobs:
options: --user 1001

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

# - name: Installing dependencies
# => must be added to the docker container to avoid reinstalling it in every CI run
Expand Down Expand Up @@ -497,7 +497,7 @@ jobs:
options: --user 1001

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

# - name: Installing dependencies
# => must be added to the docker container to avoid reinstalling it in every CI run
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout static page content
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: KratosMultiphysics/Documentation
ref: master
path: statik_content
- name: Checkout current branch
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: main
- name: Configure page content
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/nightly_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
options: --user 1001

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

- name: Installing dependencies
shell: bash
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
KRATOS_BUILD_TYPE: Custom

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

- uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
options: --user 1001

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

- name: Installing dependencies
shell: bash
Expand Down