Skip to content

Commit

Permalink
Merge pull request #501 from containers/renovate/auto-merged-updates
Browse files Browse the repository at this point in the history
chore(deps): update auto merged updates
  • Loading branch information
lmilbaum committed May 20, 2024
2 parents d25371d + 9749b5a commit 4ba23af
Show file tree
Hide file tree
Showing 17 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chatbot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
ports:
- 5000:5000
steps:
- uses: actions/checkout@v4.1.5
- uses: actions/checkout@v4.1.6

- name: Install qemu dependency
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codegen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
ports:
- 5000:5000
steps:
- uses: actions/checkout@v4.1.5
- uses: actions/checkout@v4.1.6

- name: Install qemu dependency
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/instructlab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- uses: actions/checkout@v4.1.5
- uses: actions/checkout@v4.1.6

- name: Build Image
id: build_image
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/manual_build_trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- uses: actions/checkout@v4.1.5
- uses: actions/checkout@v4.1.6

- name: Build llamacpp_python cuda
id: build_llamacpp_python_cuda
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- uses: actions/checkout@v4.1.5
- uses: actions/checkout@v4.1.6

# required for multi-arch builds
- name: Install qemu dependency
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- uses: actions/checkout@v4.1.5
- uses: actions/checkout@v4.1.6
# required for multi-arch builds
- name: Install qemu dependency
run: |
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- uses: actions/checkout@v4.1.5
- uses: actions/checkout@v4.1.6
# required for multi-arch builds
- name: Install qemu dependency
run: |
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
packages: write

steps:
- uses: actions/checkout@v4.1.5
- uses: actions/checkout@v4.1.6
# required for multi-arch builds
- name: Install qemu dependency
run: |
Expand Down Expand Up @@ -229,7 +229,7 @@ jobs:
packages: write

steps:
- uses: actions/checkout@v4.1.5
- uses: actions/checkout@v4.1.6

# required for multi-arch builds
- name: Install qemu dependency
Expand Down Expand Up @@ -269,7 +269,7 @@ jobs:
packages: write

steps:
- uses: actions/checkout@v4.1.5
- uses: actions/checkout@v4.1.6

# required for multi-arch builds
- name: Install qemu dependency
Expand Down Expand Up @@ -309,7 +309,7 @@ jobs:
packages: write

steps:
- uses: actions/checkout@v4.1.5
- uses: actions/checkout@v4.1.6

# required for multi-arch builds
- name: Install qemu dependency
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mirror_repository.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
if: github.repository == 'containers/ai-lab-recipes'
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4.1.5
- uses: actions/checkout@v4.1.6
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/model_converter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- uses: actions/checkout@v4.1.5
- uses: actions/checkout@v4.1.6

- name: Install qemu dependency
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/model_servers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- uses: actions/checkout@v4.1.5
- uses: actions/checkout@v4.1.6

- name: Install qemu dependency
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/models.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- uses: actions/checkout@v4.1.5
- uses: actions/checkout@v4.1.6

- name: Install qemu dependency
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/object_detection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
ports:
- 5000:5000
steps:
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.6

- name: Install qemu dependency
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- uses: actions/checkout@v4.1.5
- uses: actions/checkout@v4.1.6

- name: Install qemu dependency
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/summarizer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
ports:
- 5000:5000
steps:
- uses: actions/checkout@v4.1.5
- uses: actions/checkout@v4.1.6

- name: Install qemu dependency
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/testing_framework.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ jobs:
aws_ami_architecture: x86_64
steps:
- name: Checkout
uses: actions/checkout@v4.1.5
uses: actions/checkout@v4.1.6
with:
path: main

- name: Checkout terraform module
id: checkout-module
uses: actions/checkout@v4.1.5
uses: actions/checkout@v4.1.6
with:
repository: containers/terraform-test-environment-module
path: terraform-test-environment-module
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
if: github.repository == 'containers-mirror/ai-lab-recipes'
runs-on: ubuntu-22.04-2core
steps:
- uses: actions/checkout@v4.1.5
- uses: actions/checkout@v4.1.6

- name: chatbot
working-directory: ./recipes/natural_language_processing/chatbot
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/training-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ jobs:
aws_ami_architecture: x86_64
steps:
- name: Checkout
uses: actions/checkout@v4.1.5
uses: actions/checkout@v4.1.6
with:
path: main

- name: Checkout terraform module
id: checkout-module
uses: actions/checkout@v4.1.5
uses: actions/checkout@v4.1.6
with:
repository: containers/terraform-test-environment-module
path: terraform-test-environment-module
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/training_bootc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- uses: actions/checkout@v4.1.5
- uses: actions/checkout@v4.1.6

- name: Install qemu dependency
run: |
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- uses: actions/checkout@v4.1.5
- uses: actions/checkout@v4.1.6

- name: Build Image
id: build_image
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- uses: actions/checkout@v4.1.5
- uses: actions/checkout@v4.1.6

- name: Login to Container Registry
uses: redhat-actions/podman-login@v1.7
Expand Down
2 changes: 1 addition & 1 deletion model_servers/llamacpp_python/src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
llama-cpp-python[server]==0.2.74
llama-cpp-python[server]==0.2.75
pip==24.0
4 changes: 2 additions & 2 deletions recipes/computer_vision/object_detection/app/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ click==8.1.7
gitdb==4.0.11
GitPython==3.1.43
idna==3.7
Jinja2==3.1.3
Jinja2==3.1.4
jsonschema==4.21.1
jsonschema-specifications==2023.12.1
markdown-it-py==3.0.0
Expand All @@ -27,7 +27,7 @@ pytz==2024.1
referencing==0.34.0
requests==2.31.0
rich==13.7.1
rpds-py==0.18.0
rpds-py==0.18.1
six==1.16.0
smmap==5.0.1
streamlit==1.33.0
Expand Down
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pip==24.0
pytest-container==0.4.2
pytest-selenium==4.1.0
pytest-testinfra==10.1.0
pytest==8.2.0
pytest==8.2.1
requests==2.31.0
selenium==4.20.0
tenacity==8.2.3

0 comments on commit 4ba23af

Please sign in to comment.