Merge branch 'main' of github.com:kevinveenbirkenbach/backup-docker-to-local

This commit is contained in:
2026-07-12 02:58:36 +02:00
2 changed files with 5 additions and 5 deletions

View File

@@ -22,7 +22,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v7
- name: Show docker info
run: |
@@ -35,7 +35,7 @@ jobs:
- name: Upload E2E artifacts (always)
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: e2e-artifacts
path: artifacts
@@ -49,7 +49,7 @@ jobs:
steps:
- name: Checkout (full history for tags)
uses: actions/checkout@v4
uses: actions/checkout@v7
with:
fetch-depth: 0
@@ -67,7 +67,7 @@ jobs:
git push -f origin stable
- name: Login to GHCR
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}

View File

@@ -17,7 +17,7 @@ jobs:
steps:
- name: Fetch dependency metadata
id: metadata
uses: dependabot/fetch-metadata@v2
uses: dependabot/fetch-metadata@v3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}