From 59f941bbbe0d70e7b55e5c583060af39215caf9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 17:36:05 +0300 Subject: [PATCH] Bump actions/checkout from 4 to 5 (#72) Bumps [actions/checkout](https://github.com/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) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/android-build-publish.yml | 2 +- .github/workflows/docker-publish-wasm.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android-build-publish.yml b/.github/workflows/android-build-publish.yml index 5b43262..8186009 100644 --- a/.github/workflows/android-build-publish.yml +++ b/.github/workflows/android-build-publish.yml @@ -15,7 +15,7 @@ jobs: name: Build artifacts steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: set up JDK 21 uses: actions/setup-java@v5 diff --git a/.github/workflows/docker-publish-wasm.yml b/.github/workflows/docker-publish-wasm.yml index 7c40dfa..f534aa6 100644 --- a/.github/workflows/docker-publish-wasm.yml +++ b/.github/workflows/docker-publish-wasm.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set up Docker Buildx uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1