Skip to content

Commit

Permalink
Merge pull request #11552 from KratosMultiphysics/ci/update-actions-v2
Browse files Browse the repository at this point in the history
Bump actions/checkout@v3 to @v4
  • Loading branch information
roigcarlo authored Sep 12, 2023
2 parents 85afca7 + 440bb90 commit 6c30ec8
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
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
12 changes: 6 additions & 6 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 @@ -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
4 changes: 2 additions & 2 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

0 comments on commit 6c30ec8

Please sign in to comment.