From e3bb017d448c1ba4a5f32e22bb02beb0f482521f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 17:51:43 +0000 Subject: [PATCH] chore(deps): bump actions/checkout in the github-actions group Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 3 to 4 - [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/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build-linux-to-win.yml | 2 +- .github/workflows/build-linux.yml | 2 +- .github/workflows/build-macos.yml | 2 +- .github/workflows/release-linux.yml | 2 +- .github/workflows/release-macos.yml | 2 +- .github/workflows/release-windows.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-linux-to-win.yml b/.github/workflows/build-linux-to-win.yml index a65a536..62d248c 100644 --- a/.github/workflows/build-linux-to-win.yml +++ b/.github/workflows/build-linux-to-win.yml @@ -22,7 +22,7 @@ jobs: PKG_CONFIG_PATH: /usr/x86_64-w64-mingw32/lib/pkgconfig steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install Dependencies run: | diff --git a/.github/workflows/build-linux.yml b/.github/workflows/build-linux.yml index 3281516..12e26ea 100644 --- a/.github/workflows/build-linux.yml +++ b/.github/workflows/build-linux.yml @@ -23,7 +23,7 @@ jobs: PKG_CONFIG_PATH: /usr/x86_64-linux-musl/lib/pkgconfig steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install Dependencies run: | diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index 7109c09..fc316a2 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -23,7 +23,7 @@ jobs: PKG_CONFIG_PATH: /usr/local/x86_64-apple-darwin/lib/pkgconfig steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install Dependencies run: | diff --git a/.github/workflows/release-linux.yml b/.github/workflows/release-linux.yml index 85d7801..fa01dfc 100644 --- a/.github/workflows/release-linux.yml +++ b/.github/workflows/release-linux.yml @@ -21,7 +21,7 @@ jobs: PKG_CONFIG_PATH: /usr/x86_64-linux-musl/lib/pkgconfig steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install Dependencies run: | diff --git a/.github/workflows/release-macos.yml b/.github/workflows/release-macos.yml index b32f769..b4df948 100644 --- a/.github/workflows/release-macos.yml +++ b/.github/workflows/release-macos.yml @@ -21,7 +21,7 @@ jobs: PKG_CONFIG_PATH: /usr/local/x86_64-apple-darwin/lib/pkgconfig steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install Dependencies run: | diff --git a/.github/workflows/release-windows.yml b/.github/workflows/release-windows.yml index 108076e..4fca47b 100644 --- a/.github/workflows/release-windows.yml +++ b/.github/workflows/release-windows.yml @@ -20,7 +20,7 @@ jobs: PKG_CONFIG_PATH: /usr/x86_64-w64-mingw32/lib/pkgconfig steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install Dependencies run: |