diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index afe7dd3..22aa462 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup Node.js uses: actions/setup-node@v6 diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 294db8a..16864de 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Go 1.26 uses: actions/setup-go@v6 @@ -39,7 +39,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Go 1.26 uses: actions/setup-go@v6 @@ -98,7 +98,7 @@ jobs: --health-retries 5 steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Go ${{ matrix.go }} uses: actions/setup-go@v6 @@ -121,7 +121,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Go ${{ matrix.go }} uses: actions/setup-go@v6 @@ -141,7 +141,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Go 1.26 uses: actions/setup-go@v6 diff --git a/.github/workflows/helm.yml b/.github/workflows/helm.yml index 298f9a0..38381c9 100644 --- a/.github/workflows/helm.yml +++ b/.github/workflows/helm.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Helm uses: azure/setup-helm@v5.0.0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 595dc36..175fd50 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: contents: write steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Go 1.26 uses: actions/setup-go@v6 @@ -43,7 +43,7 @@ jobs: packages: write steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Docker meta id: meta