From e62faeb74dd29e685cdbdfd515f801e3affa3b9c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 17:24:01 +0000 Subject: [PATCH] (github actions) generated latest snippets --- .../snippets/.github/workflows/atmos-components-updater.yml | 2 +- examples/snippets/.github/workflows/atmos-pro.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/snippets/.github/workflows/atmos-components-updater.yml b/examples/snippets/.github/workflows/atmos-components-updater.yml index ac0b6ec6b..4b64160ce 100644 --- a/examples/snippets/.github/workflows/atmos-components-updater.yml +++ b/examples/snippets/.github/workflows/atmos-components-updater.yml @@ -15,7 +15,7 @@ jobs: - "private=false" steps: - name: "Checkout source code at current commit" - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Generate a token id: github-app diff --git a/examples/snippets/.github/workflows/atmos-pro.yaml b/examples/snippets/.github/workflows/atmos-pro.yaml index 4ab4fef29..3047428d3 100644 --- a/examples/snippets/.github/workflows/atmos-pro.yaml +++ b/examples/snippets/.github/workflows/atmos-pro.yaml @@ -45,7 +45,7 @@ jobs: # For merged PRs, we will need to checkout the base branch to get the correct base branch SHA. # This isn't necessary for other events. if: github.event.action == 'closed' - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 # Fetch all history for all branches and tags