From 0ab4337d0c29d92ff365409e6bac23a2c33b16cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 04:29:01 +0000 Subject: [PATCH] ci(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 6.0.2 to 6.0.3 - [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/de0fac2e4500dabe0009e67214ff5f5447ce83dd...df4cb1c069e1874edd31b4311f1884172cec0e10) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/zig-ci.yml | 2 +- .github/workflows/zig-nightly.yml | 4 ++-- .github/workflows/zig-release.yml | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dafbec2..afa4ee5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: shell: bash steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Install Zig uses: ./.github/actions/setup-zig diff --git a/.github/workflows/zig-ci.yml b/.github/workflows/zig-ci.yml index c0cc841..025ebb3 100644 --- a/.github/workflows/zig-ci.yml +++ b/.github/workflows/zig-ci.yml @@ -94,7 +94,7 @@ jobs: include: ${{ fromJson(inputs.targets_json) }} steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Install Zig uses: nullclaw/nullbuilder/.github/actions/setup-zig@v1 diff --git a/.github/workflows/zig-nightly.yml b/.github/workflows/zig-nightly.yml index 3d50599..6124941 100644 --- a/.github/workflows/zig-nightly.yml +++ b/.github/workflows/zig-nightly.yml @@ -116,7 +116,7 @@ jobs: built_at: ${{ steps.version.outputs.built_at }} steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Install Zig uses: nullclaw/nullbuilder/.github/actions/setup-zig@v1 @@ -184,7 +184,7 @@ jobs: include: ${{ fromJson(inputs.targets_json) }} steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Install Zig uses: nullclaw/nullbuilder/.github/actions/setup-zig@v1 diff --git a/.github/workflows/zig-release.yml b/.github/workflows/zig-release.yml index 8f94ea5..4097184 100644 --- a/.github/workflows/zig-release.yml +++ b/.github/workflows/zig-release.yml @@ -116,7 +116,7 @@ jobs: include: ${{ fromJson(inputs.targets_json) }} steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Install Zig uses: nullclaw/nullbuilder/.github/actions/setup-zig@v1 @@ -243,7 +243,7 @@ jobs: shell: bash steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Set up Node.js if: inputs.node_version != '' && inputs.node_cache_dependency_path == '' @@ -402,7 +402,7 @@ jobs: packages: write steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Set up QEMU uses: docker/setup-qemu-action@06116385d9baf250c9f4dcb4858b16962ea869c3 # v4