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