diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index ab54fc79..6f391174 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -1,6 +1,5 @@
-# To get started with Dependabot version updates, you'll need to specify which
-# package ecosystems to update and where the package manifests are located.
-# Please see the documentation for all configuration options:
+# Ultralytics YOLO 🚀, AGPL-3.0 license
+# Dependabot for package version updates
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 19a23856..dfb58293 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -39,7 +39,7 @@ jobs:
os: [ubuntu-latest]
python-version: ['3.11']
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
@@ -102,7 +102,7 @@ jobs:
python-version: ['3.10']
model: [yolov8n]
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
@@ -170,7 +170,7 @@ jobs:
python-version: '3.8' # torch 1.8.0 requires python >=3.6, <=3.8
torch: '1.8.0' # min torch version CI https://pypi.org/project/torchvision/
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
@@ -212,7 +212,7 @@ jobs:
timeout-minutes: 60
runs-on: gpu-latest
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- name: Install requirements
run: pip install -e .
- name: Check environment
diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml
index 17dac1db..8d52a178 100644
--- a/.github/workflows/codeql.yaml
+++ b/.github/workflows/codeql.yaml
@@ -24,7 +24,7 @@ jobs:
steps:
- name: Checkout repository
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml
index 5f19064d..40583c3e 100644
--- a/.github/workflows/docker.yaml
+++ b/.github/workflows/docker.yaml
@@ -62,7 +62,7 @@ jobs:
# platforms: "linux/amd64"
steps:
- name: Checkout repo
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
with:
fetch-depth: 0 # copy full .git directory to access full git history in Docker images
diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml
index 4bee9453..c2665fd3 100644
--- a/.github/workflows/links.yml
+++ b/.github/workflows/links.yml
@@ -13,7 +13,7 @@ jobs:
Links:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- name: Download and install lychee
run: |
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 4e590afb..ea4acef6 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
with:
fetch-depth: "0" # pulls all commits (needed correct last updated dates in Docs)
- name: Set up Python environment
diff --git a/docker/Dockerfile-arm64 b/docker/Dockerfile-arm64
index 516f765b..aa65f60f 100644
--- a/docker/Dockerfile-arm64
+++ b/docker/Dockerfile-arm64
@@ -3,7 +3,7 @@
# Image is aarch64-compatible for Apple M1 and other ARM architectures i.e. Jetson Nano and Raspberry Pi
# Start FROM Ubuntu image https://hub.docker.com/_/ubuntu
-FROM arm64v8/ubuntu:22.10
+FROM arm64v8/ubuntu:22.04
# Downloads to user config dir
ADD https://ultralytics.com/assets/Arial.ttf https://ultralytics.com/assets/Arial.Unicode.ttf /root/.config/Ultralytics/
diff --git a/examples/hub.ipynb b/examples/hub.ipynb
index 3b3b1f71..375dabdf 100644
--- a/examples/hub.ipynb
+++ b/examples/hub.ipynb
@@ -26,14 +26,14 @@
"\n",
"\n",
"