Skip to content

Commit

Permalink
checkout still 4
Browse files Browse the repository at this point in the history
  • Loading branch information
egillax committed Dec 10, 2024
1 parent b5d3eba commit d5301ea
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R_CDM_check_hades.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
CDM5_SQL_SERVER_USER: ${{ secrets.CDM5_SQL_SERVER_USER }}

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

- uses: r-lib/actions/setup-r@v2
with:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/R_CMD_check_main_weekly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ jobs:
WEBAPI_TEST_SECURE_WEBAPI_URL: ${{ secrets.WEBAPI_TEST_SECURE_WEBAPI_URL }}
WEBAPI_TEST_ADMIN_USER_NAME: ${{ secrets.WEBAPI_TEST_ADMIN_USER_NAME }}
WEBAPI_TEST_ADMIN_USER_PASSWORD: ${{ secrets.WEBAPI_TEST_ADMIN_USER_PASSWORD }}
TORCH_INSTALL: '1'

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
env:
DOCKER_IMAGE: 'ohdsi/deep_plp'
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v4

# ------------------------------------
# The pattern for the following steps is specified
Expand Down

0 comments on commit d5301ea

Please sign in to comment.