diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 67322d4..d4981b0 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -24,7 +24,7 @@ jobs: steps: - name: Check out repository code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Go uses: actions/setup-go@v4 @@ -51,7 +51,7 @@ jobs: steps: - name: Check out repository code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Go uses: actions/setup-go@v4 @@ -78,7 +78,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Create binary folder path shell: bash @@ -120,7 +120,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Create binary folder path shell: bash diff --git a/.github/workflows/tkn-bundle.yaml b/.github/workflows/tkn-bundle.yaml index 57cd689..ea75a73 100644 --- a/.github/workflows/tkn-bundle.yaml +++ b/.github/workflows/tkn-bundle.yaml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Log in to quay.io Registry uses: redhat-actions/podman-login@v1