Skip to content

Commit

Permalink
Merge branch 'branch-24.08' into raft-cpu-miniforge
Browse files Browse the repository at this point in the history
  • Loading branch information
raydouglass authored Jun 25, 2024
2 parents 29cb06e + 7cecc90 commit a1c6936
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
rapids-logger "Most recent tag is an alpha. Build will use nightly channels."
fi
- name: Login to DockerHub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.GPUCIBOT_DOCKERHUB_USER }}
password: ${{ secrets.GPUCIBOT_DOCKERHUB_TOKEN }}
Expand All @@ -85,7 +85,7 @@ jobs:
run: |
docker context create builders
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
with:
driver: docker
endpoint: builders
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-test-publish-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ jobs:
with:
fetch-depth: 0
- name: Login to DockerHub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.GPUCIBOT_DOCKERHUB_USER }}
password: ${{ secrets.GPUCIBOT_DOCKERHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
run: |
PATH="$PATH:$GHA_TOOLS_DIR"
rapids-mamba-retry install -n base awscli
- uses: aws-actions/configure-aws-credentials@v2
- uses: aws-actions/configure-aws-credentials@v4
if: '!cancelled()'
with:
role-to-assume: ${{ vars.AWS_ROLE_ARN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-dask-sql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
replace: ${{ env.SHORT_NEW_VER }}

- name: Create pull request with changes
uses: peter-evans/create-pull-request@v3
uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: Update `DASK_SQL_VERSION` to `${{ steps.new_version.outputs.version }}`
Expand Down
2 changes: 1 addition & 1 deletion context/notebooks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ for REPO in "${NOTEBOOK_REPOS[@]}"; do
echo "Running dfg on $REPO"
rapids-dependency-file-generator \
--config "$REPO/dependencies.yaml" \
--file_key test_notebooks \
--file-key test_notebooks \
--matrix "cuda=${CUDA_VER%.*};arch=$(arch);py=${PYTHON_VER}" \
--output conda >"/dependencies/${REPO}_notebooks_tests_dependencies.yaml"
fi
Expand Down

0 comments on commit a1c6936

Please sign in to comment.