ci(*): upgrade GitHub Actions to latest versions (#1455)

Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com>
This commit is contained in:
Salman Chishti
2026-01-27 08:01:58 +00:00
committed by GitHub
parent 8a9e571114
commit ce07604217
3 changed files with 3 additions and 3 deletions

View File

@@ -114,7 +114,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- uses: mr-smithers-excellent/docker-build-push@v5
- uses: mr-smithers-excellent/docker-build-push@v6
name: Build the Docker image
with:
registry: ghcr.io

View File

@@ -40,7 +40,7 @@ jobs:
uses: actions/configure-pages@v5
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
uses: actions/upload-pages-artifact@v4
with:
path: "build/docs/book"

View File

@@ -131,7 +131,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- uses: mr-smithers-excellent/docker-build-push@v5
- uses: mr-smithers-excellent/docker-build-push@v6
name: Build & push the Docker image
with:
registry: ghcr.io