Skip to content

Commit

Permalink
Bump actions/checkout from 2 to 3
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 20, 2022
1 parent 0d3f111 commit 224af37
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- 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 @@ -14,7 +14,7 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- 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 @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest

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

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file scripts/docker_files/docker_file_ci_centos_7_python35/DockerFile --tag kratosmultiphysics/kratos-image-ci-centos7-python35
- 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 @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- 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 @@ -34,7 +34,7 @@ jobs:
options: --user 1001

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

- name: Build
shell: bash
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
KRATOS_BUILD_TYPE: Custom

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

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

- name: Build
run: |
Expand Down Expand Up @@ -200,7 +200,7 @@ jobs:
CCACHE_MAXSIZE: 500M

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

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

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

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

- name: Build
shell: bash
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 @@ -32,7 +32,7 @@ jobs:
options: --user 1001

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

- name: Build
shell: bash
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
KRATOS_BUILD_TYPE: Custom

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

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

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

- name: Build
run: |
Expand Down

0 comments on commit 224af37

Please sign in to comment.