diff --git a/.github/workflows/algolia-crawl.yml b/.github/workflows/algolia-crawl.yml index c1291ef7fd..946a20d33f 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@v3 + uses: actions/checkout@v4 # 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 d435e31fd0..e67f58294b 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-20.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - 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 5a107c5e9e..45aeed5f8b 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-20.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - 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 021d01006e..20923c604a 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@v3 + - uses: actions/checkout@v4 - 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 ef3705e277..d7baab9d50 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@v3 + - uses: actions/checkout@v4 - 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@v3 + - uses: actions/checkout@v4 - name: Update Release Notes env: PATTERN: ".+RELEASE_NOTES_PLACEHOLDER.+"