From 85d1058dffe3a5ba3e31ac4afdfdf066f1bac904 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 21 Nov 2025 05:13:40 +0000 Subject: [PATCH 1/2] chore(deps): update dependency actions/checkout to v6 --- .github/workflows.cue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows.cue b/.github/workflows.cue index cfd7a5c5..0ec5e69c 100644 --- a/.github/workflows.cue +++ b/.github/workflows.cue @@ -19,7 +19,7 @@ import ( #checkoutCode: { name: string | *"Checkout code" - uses: "actions/checkout@v5" + uses: "actions/checkout@v6" with: { [string]: string | number | bool token: "${{ secrets.PAT }}" From 256a4660e6edab77894d37da26bbb61dd697321e Mon Sep 17 00:00:00 2001 From: Navecd Bot Date: Fri, 21 Nov 2025 05:15:25 +0000 Subject: [PATCH 2/2] chore: update yaml workflows --- .github/workflows/e2e.yaml | 4 ++-- .github/workflows/pr-conformance.yaml | 4 ++-- .github/workflows/release.yaml | 2 +- .github/workflows/test.yaml | 2 +- .github/workflows/update.yaml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 7d52904c..210e338b 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: token: ${{ secrets.PAT }} ref: ${{ github.head_ref || github.ref_name }} @@ -52,7 +52,7 @@ jobs: docker build . -t ${{ steps.kind.outputs.LOCAL_REGISTRY }}/navecd:0.0.0-dev docker push ${{ steps.kind.outputs.LOCAL_REGISTRY }}/navecd:0.0.0-dev - name: Checkout E2E Repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: token: ${{ secrets.PAT }} repository: kharf/navecd-e2e diff --git a/.github/workflows/pr-conformance.yaml b/.github/workflows/pr-conformance.yaml index 811e016c..3f13d72f 100644 --- a/.github/workflows/pr-conformance.yaml +++ b/.github/workflows/pr-conformance.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: token: ${{ secrets.PAT }} ref: ${{ github.head_ref || github.ref_name }} @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: token: ${{ secrets.PAT }} ref: ${{ github.head_ref || github.ref_name }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c54d3ad5..d3f253b2 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: token: ${{ secrets.PAT }} fetch-tags: true diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index c34212ab..cdf5b4f7 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: token: ${{ secrets.PAT }} - name: Test diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml index 0d736f58..6483ec86 100644 --- a/.github/workflows/update.yaml +++ b/.github/workflows/update.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: token: ${{ secrets.PAT }} - name: Update