diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 310c562f..4796f3e5 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v5 - name: Setup Go uses: actions/setup-go@v5 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 44cbc5e4..82d4dfb5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,7 +22,7 @@ jobs: working-directory: ${{ env.GOPATH }}/src/github.com/kubeflow/mpi-operator steps: - name: Clone the code - uses: actions/checkout@v3 + uses: actions/checkout@v5 with: path: ${{ env.GOPATH }}/src/github.com/kubeflow/mpi-operator - name: Setup Go @@ -49,7 +49,7 @@ jobs: kubernetes-version: ["v1.31.1", "v1.32.5", "v1.33.4"] steps: - name: Clone the code - uses: actions/checkout@v3 + uses: actions/checkout@v5 - name: Setup Go uses: actions/setup-go@v5 with: diff --git a/.github/workflows/mpi-operator-docker-image-publish.yml b/.github/workflows/mpi-operator-docker-image-publish.yml index 5867c27b..47d67f52 100644 --- a/.github/workflows/mpi-operator-docker-image-publish.yml +++ b/.github/workflows/mpi-operator-docker-image-publish.yml @@ -21,7 +21,7 @@ jobs: labels: ubuntu-latest-16-cores steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v5 - name: Docker meta id: meta