From 44d6b4996c93c89d4f2a96793e06b2c3b75ae285 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Aug 2025 22:12:31 +0000 Subject: [PATCH] build(deps): bump the github-actions group across 1 directory with 2 updates Bumps the github-actions group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [updatecli/updatecli-action](https://github.com/updatecli/updatecli-action). Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) Updates `updatecli/updatecli-action` from 2.89.0 to 2.90.0 - [Release notes](https://github.com/updatecli/updatecli-action/releases) - [Commits](https://github.com/updatecli/updatecli-action/compare/419b75cb4d4bd6b50b03da7b33e1e0065d383eaf...2289ae9c945707079a248f5e4f5743a6592429ef) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: updatecli/updatecli-action dependency-version: 2.90.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/bump-elastic-stack-snapshot.yml | 4 ++-- .github/workflows/bump-golang.yml | 4 ++-- .github/workflows/catalog-info.yml | 2 +- .github/workflows/golangci-lint.yml | 2 +- .github/workflows/post-dependabot.yml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/bump-elastic-stack-snapshot.yml b/.github/workflows/bump-elastic-stack-snapshot.yml index b70ba77e3d..8b85294492 100644 --- a/.github/workflows/bump-elastic-stack-snapshot.yml +++ b/.github/workflows/bump-elastic-stack-snapshot.yml @@ -29,10 +29,10 @@ jobs: fail-fast: false matrix: ${{ fromJson(needs.filter.outputs.matrix) }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Install Updatecli in the runner - uses: updatecli/updatecli-action@419b75cb4d4bd6b50b03da7b33e1e0065d383eaf # v2.89.0 + uses: updatecli/updatecli-action@2289ae9c945707079a248f5e4f5743a6592429ef # v2.90.0 - name: Run Updatecli in Apply mode run: updatecli apply --config .ci/bump-elastic-stack-snapshot.yml diff --git a/.github/workflows/bump-golang.yml b/.github/workflows/bump-golang.yml index 2d4d1cb826..dac7a70751 100644 --- a/.github/workflows/bump-golang.yml +++ b/.github/workflows/bump-golang.yml @@ -20,10 +20,10 @@ jobs: pull-requests: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Install Updatecli in the runner - uses: updatecli/updatecli-action@419b75cb4d4bd6b50b03da7b33e1e0065d383eaf # v2.89.0 + uses: updatecli/updatecli-action@2289ae9c945707079a248f5e4f5743a6592429ef # v2.90.0 - name: Run Updatecli in Apply mode run: updatecli apply --config .ci/bump-golang.yml diff --git a/.github/workflows/catalog-info.yml b/.github/workflows/catalog-info.yml index 47103e0d5e..3d8c23cf4b 100644 --- a/.github/workflows/catalog-info.yml +++ b/.github/workflows/catalog-info.yml @@ -18,7 +18,7 @@ jobs: contents: read packages: read steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: elastic/oblt-actions/elastic/validate-catalog@v1 diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 17ca8a54ce..a35866f979 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -27,7 +27,7 @@ jobs: GOOS: ${{ matrix.GOOS }} run: echo Go GOOS=$GOOS - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: actions/setup-go@v5 with: diff --git a/.github/workflows/post-dependabot.yml b/.github/workflows/post-dependabot.yml index efcfb2f609..bcbd06fff6 100644 --- a/.github/workflows/post-dependabot.yml +++ b/.github/workflows/post-dependabot.yml @@ -16,7 +16,7 @@ jobs: contents: write runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: actions/setup-go@v5 with: