diff --git a/.github/workflows/algolia-crawl.yml b/.github/workflows/algolia-crawl.yml index 946a20d33f..d5dd29cb8b 100644 --- a/.github/workflows/algolia-crawl.yml +++ b/.github/workflows/algolia-crawl.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: check out code 🛎d - uses: actions/checkout@v4 + uses: actions/checkout@v5 # when scraping the site, inject secrets as environment variables # then pass their values into the Docker container using "-e" syntax # and inject config.json contents as another variable diff --git a/.github/workflows/app-manager-release-notes.yml b/.github/workflows/app-manager-release-notes.yml index 7ccec48598..09ac807525 100644 --- a/.github/workflows/app-manager-release-notes.yml +++ b/.github/workflows/app-manager-release-notes.yml @@ -11,7 +11,7 @@ jobs: generate-release-notes-pr: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Generate Release Notes id: release-notes diff --git a/.github/workflows/embedded-cluster-release-notes.yml b/.github/workflows/embedded-cluster-release-notes.yml index 6113094357..f7b06d1b1a 100644 --- a/.github/workflows/embedded-cluster-release-notes.yml +++ b/.github/workflows/embedded-cluster-release-notes.yml @@ -11,7 +11,7 @@ jobs: generate-release-notes-pr: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Generate Release Notes id: release-notes diff --git a/.github/workflows/kubernetes-installer-release-notes.yml b/.github/workflows/kubernetes-installer-release-notes.yml index dd385cc461..07b45e2fcd 100644 --- a/.github/workflows/kubernetes-installer-release-notes.yml +++ b/.github/workflows/kubernetes-installer-release-notes.yml @@ -11,7 +11,7 @@ jobs: generate-release-notes-pr: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Generate Release Notes id: release-notes diff --git a/.github/workflows/replicated-sdk-release-notes.yml b/.github/workflows/replicated-sdk-release-notes.yml index 82d8203c2f..95d6b61875 100644 --- a/.github/workflows/replicated-sdk-release-notes.yml +++ b/.github/workflows/replicated-sdk-release-notes.yml @@ -14,7 +14,7 @@ jobs: generate-release-notes-pr: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Generate Release Notes id: release-notes diff --git a/.github/workflows/vendor-portal-release-notes.yml b/.github/workflows/vendor-portal-release-notes.yml index 83fcdfc211..54495249e6 100644 --- a/.github/workflows/vendor-portal-release-notes.yml +++ b/.github/workflows/vendor-portal-release-notes.yml @@ -13,7 +13,7 @@ jobs: outputs: releaseNotes: ${{ steps.release-notes.outputs.release-notes }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Generate Release Notes id: release-notes @@ -32,7 +32,7 @@ jobs: needs: generate-release-notes if: ${{ needs.generate-release-notes.outputs.releaseNotes != '' || needs.generate-release-notes.outputs.releaseNotes != null }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Update Release Notes env: PATTERN: ".+RELEASE_NOTES_PLACEHOLDER.+"