diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 513a0dc..86e5874 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@v4 + uses: actions/checkout@v5 - name: Setup Node.js uses: actions/setup-node@v4 diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index e836f6a..4e9d4ed 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v5 - name: Set up Go 1.25 uses: actions/setup-go@v6 @@ -38,7 +38,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v5 - name: Set up Go 1.25 uses: actions/setup-go@v6 @@ -85,7 +85,7 @@ jobs: --health-retries 5 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v5 - name: Set up Go ${{ matrix.go }} uses: actions/setup-go@v6 @@ -106,7 +106,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v5 - name: Set up Go ${{ matrix.go }} uses: actions/setup-go@v6 @@ -126,7 +126,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v5 - name: Set up Go 1.25 uses: actions/setup-go@v6 diff --git a/.github/workflows/helm.yml b/.github/workflows/helm.yml index 9d4be9a..3ef023c 100644 --- a/.github/workflows/helm.yml +++ b/.github/workflows/helm.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set up Helm uses: azure/setup-helm@v4.3.1 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a438604..060f328 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: contents: write steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v5 - name: Set up Go 1.25 uses: actions/setup-go@v6 @@ -38,7 +38,7 @@ jobs: packages: write steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v5 - name: Docker meta id: meta