From ca214c22d06166dc0eb7ca13b0639f4c0f9b74af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 11:12:20 +0000 Subject: [PATCH] Bump actions/checkout from 6.0.3 to 7.0.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.3 to 7.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](https://github.com/actions/checkout/compare/v6.0.3...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/part_docs.yml | 4 ++-- .github/workflows/part_test.yml | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/part_docs.yml b/.github/workflows/part_docs.yml index f5489af..0add26a 100644 --- a/.github/workflows/part_docs.yml +++ b/.github/workflows/part_docs.yml @@ -20,7 +20,7 @@ jobs: MIX_ENV: dev steps: - - uses: actions/checkout@v6.0.3 + - uses: actions/checkout@v7.0.0 - uses: erlef/setup-elixir@v1 id: setupBEAM with: @@ -60,7 +60,7 @@ jobs: contents: write steps: - - uses: actions/checkout@v6.0.3 + - uses: actions/checkout@v7.0.0 - uses: actions/download-artifact@v8 with: name: docs diff --git a/.github/workflows/part_test.yml b/.github/workflows/part_test.yml index 55c00f4..f99c7c1 100644 --- a/.github/workflows/part_test.yml +++ b/.github/workflows/part_test.yml @@ -22,7 +22,7 @@ jobs: with: egress-policy: audit - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.1 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6.0.1 - name: "Read .tool-versions" id: toolVersions run: | @@ -43,7 +43,7 @@ jobs: MIX_ENV: dev steps: - - uses: actions/checkout@v6.0.3 + - uses: actions/checkout@v7.0.0 - uses: erlef/setup-elixir@v1 id: setupBEAM with: @@ -97,7 +97,7 @@ jobs: MIX_ENV: test steps: - - uses: actions/checkout@v6.0.3 + - uses: actions/checkout@v7.0.0 - uses: erlef/setup-elixir@v1 id: setupBEAM with: @@ -136,7 +136,7 @@ jobs: MIX_ENV: dev steps: - - uses: actions/checkout@v6.0.3 + - uses: actions/checkout@v7.0.0 - uses: erlef/setup-elixir@v1 id: setupBEAM with: @@ -169,7 +169,7 @@ jobs: DIALYZER_PLT_PRIV: true steps: - - uses: actions/checkout@v6.0.3 + - uses: actions/checkout@v7.0.0 - uses: erlef/setup-elixir@v1 id: setupBEAM with: @@ -214,7 +214,7 @@ jobs: DIALYZER_PLT_PRIV: true steps: - - uses: actions/checkout@v6.0.3 + - uses: actions/checkout@v7.0.0 - uses: erlef/setup-elixir@v1 id: setupBEAM with: