Skip to content

Commit

Permalink
#438 move to checkout v2
Browse files Browse the repository at this point in the history
  • Loading branch information
olehnikolaiev committed Nov 12, 2024
1 parent f2daeb4 commit aacd7ac
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
run: cat /proc/cpuinfo | grep avx512
- name: Login to docker
run: docker login -u ${DOCKER_USERNAME} -p ${DOCKER_PASSWORD}
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: submodule update
run: git submodule update --init --recursive
- name: build and deploy test image
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dockerimagebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: cat /proc/cpuinfo | grep avx512
- name: Login to docker
run: docker login -u ${DOCKER_USERNAME} -p ${DOCKER_PASSWORD}
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: submodule update
run: git submodule update --init --recursive
- name: Build the Docker image
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dockerimageintelsubmission.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
run: cat /proc/cpuinfo | grep avx512
- name: Login to docker
run: docker login -u ${DOCKER_USERNAME} -p ${DOCKER_PASSWORD}
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: submodule update
run: git submodule update --init --recursive
- name: build and deploy docker image
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dockerimagerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: cat /proc/cpuinfo | grep avx512
- name: Login to docker
run: docker login -u ${DOCKER_USERNAME} -p ${DOCKER_PASSWORD}
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Submodule update
run: git submodule update --init --recursive
- name: Create dir for signing enclave
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dockerimagesim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: ls /dev/urandom
- name: Login to docker
run: docker login -u ${DOCKER_USERNAME} -p ${DOCKER_PASSWORD}
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: submodule update
run: git submodule update --init --recursive
- name: Build and publish container for testing
Expand Down

0 comments on commit aacd7ac

Please sign in to comment.