Merge pull request #2 from kevinveenbirkenbach/dependabot/github_actions/actions-cad83fc9bf

Bump the actions group with 4 updates
This commit is contained in:
2026-07-11 14:16:28 +02:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

View File

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

View File

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