Skip to content

Commit 3d2a7ae

Browse files
Bump actions/checkout from 6.0.2 to 6.0.3 (#828)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.2 to 6.0.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/checkout/releases">actions/checkout's releases</a>.</em></p> <blockquote> <h2>v6.0.3</h2> <h2>What's Changed</h2> <ul> <li>Update changelog by <a href="https://github.com/ericsciple"><code>@​ericsciple</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2357">actions/checkout#2357</a></li> <li>fix: expand merge commit SHA regex and add SHA-256 test cases by <a href="https://github.com/yaananth"><code>@​yaananth</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2414">actions/checkout#2414</a></li> <li>Fix checkout init for SHA-256 repositories by <a href="https://github.com/yaananth"><code>@​yaananth</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2439">actions/checkout#2439</a></li> <li>Update changelog for v6.0.3 by <a href="https://github.com/yaananth"><code>@​yaananth</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2446">actions/checkout#2446</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/yaananth"><code>@​yaananth</code></a> made their first contribution in <a href="https://redirect.github.com/actions/checkout/pull/2414">actions/checkout#2414</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/checkout/compare/v6...v6.0.3">https://github.com/actions/checkout/compare/v6...v6.0.3</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/actions/checkout/blob/main/CHANGELOG.md">actions/checkout's changelog</a>.</em></p> <blockquote> <h2>v6.0.3</h2> <ul> <li>Fix checkout init for SHA-256 repositories by <a href="https://github.com/yaananth"><code>@​yaananth</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2439">actions/checkout#2439</a></li> <li>fix: expand merge commit SHA regex and add SHA-256 test cases by <a href="https://github.com/yaananth"><code>@​yaananth</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2414">actions/checkout#2414</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/checkout/commit/df4cb1c069e1874edd31b4311f1884172cec0e10"><code>df4cb1c</code></a> Update changelog for v6.0.3 (<a href="https://redirect.github.com/actions/checkout/issues/2446">#2446</a>)</li> <li><a href="https://github.com/actions/checkout/commit/1cce3390c2bfda521930d01229c073c7ff920824"><code>1cce339</code></a> Fix checkout init for SHA-256 repositories (<a href="https://redirect.github.com/actions/checkout/issues/2439">#2439</a>)</li> <li><a href="https://github.com/actions/checkout/commit/900f2210b1d28bbbd0bd22d17926b9e224e8f231"><code>900f221</code></a> fix: expand merge commit SHA regex and add SHA-256 test cases (<a href="https://redirect.github.com/actions/checkout/issues/2414">#2414</a>)</li> <li><a href="https://github.com/actions/checkout/commit/0c366fd6a839edf440554fa01a7085ccba70ac98"><code>0c366fd</code></a> Update changelog (<a href="https://redirect.github.com/actions/checkout/issues/2357">#2357</a>)</li> <li>See full diff in <a href="https://github.com/actions/checkout/compare/v6.0.2...v6.0.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/checkout&package-manager=github_actions&previous-version=6.0.2&new-version=6.0.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 014346b commit 3d2a7ae

6 files changed

Lines changed: 15 additions & 15 deletions

File tree

.github/workflows/build-cli.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
version: ${{ steps.version.outputs.version }}
2727
steps:
2828
- name: Checkout repository
29-
uses: actions/checkout@v6.0.2
29+
uses: actions/checkout@v6.0.3
3030

3131
- name: Install Taplo
3232
run: |
@@ -77,7 +77,7 @@ jobs:
7777
runs-on: ${{ matrix.os }}
7878
steps:
7979
- name: Checkout repository
80-
uses: actions/checkout@v6.0.2
80+
uses: actions/checkout@v6.0.3
8181

8282
- name: Install Rust
8383
uses: dtolnay/rust-toolchain@master

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ${{ matrix.os }}
2727
steps:
2828
- name: Checkout repository
29-
uses: actions/checkout@v6.0.2
29+
uses: actions/checkout@v6.0.3
3030

3131
- name: Install Rust
3232
uses: dtolnay/rust-toolchain@master
@@ -63,7 +63,7 @@ jobs:
6363
features: ["--no-default-features", "", "--all-features"]
6464
steps:
6565
- name: Checkout repository
66-
uses: actions/checkout@v6.0.2
66+
uses: actions/checkout@v6.0.3
6767

6868
- name: Install Rust
6969
uses: dtolnay/rust-toolchain@master
@@ -90,7 +90,7 @@ jobs:
9090
runs-on: ubuntu-latest
9191
steps:
9292
- name: Checkout repository
93-
uses: actions/checkout@v6.0.2
93+
uses: actions/checkout@v6.0.3
9494

9595
- name: Install Rust
9696
uses: dtolnay/rust-toolchain@master
@@ -107,7 +107,7 @@ jobs:
107107
runs-on: ubuntu-latest
108108
steps:
109109
- name: Checkout repository
110-
uses: actions/checkout@v6.0.2
110+
uses: actions/checkout@v6.0.3
111111

112112
- name: Install Rust
113113
uses: dtolnay/rust-toolchain@master
@@ -128,7 +128,7 @@ jobs:
128128
runs-on: ubuntu-latest
129129
steps:
130130
- name: Checkout repository
131-
uses: actions/checkout@v6.0.2
131+
uses: actions/checkout@v6.0.3
132132

133133
- name: Check for typos
134134
id: typos

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
needs: extract-rust-version
3838
steps:
3939
- name: Checkout repository
40-
uses: actions/checkout@v6.0.2
40+
uses: actions/checkout@v6.0.3
4141

4242
- name: Install Rust
4343
uses: dtolnay/rust-toolchain@master

.github/workflows/extract-rust-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
components: ${{ steps.toolchain.outputs.components }}
2424
steps:
2525
- name: Checkout repository
26-
uses: actions/checkout@v6.0.2
26+
uses: actions/checkout@v6.0.3
2727

2828
- name: Install Taplo
2929
run: |

.github/workflows/linter-action.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
os: [ubuntu-latest, windows-latest, macos-latest]
3535
steps:
3636
- name: Checkout repository
37-
uses: actions/checkout@v6.0.2
37+
uses: actions/checkout@v6.0.3
3838

3939
- name: Install `bevy_lint`
4040
id: install-linter
@@ -57,7 +57,7 @@ jobs:
5757
runs-on: ubuntu-latest
5858
steps:
5959
- name: Checkout repository
60-
uses: actions/checkout@v6.0.2
60+
uses: actions/checkout@v6.0.3
6161

6262
- name: Clear cached `bevy_lint`
6363
# Delete all existing `bevy_lint` caches.
@@ -78,7 +78,7 @@ jobs:
7878
os: [ubuntu-latest, windows-latest, macos-latest]
7979
steps:
8080
- name: Checkout repository
81-
uses: actions/checkout@v6.0.2
81+
uses: actions/checkout@v6.0.3
8282

8383
- name: Install `bevy_lint` without saving cache
8484
id: install-linter
@@ -105,7 +105,7 @@ jobs:
105105
os: [ubuntu-latest, windows-latest, macos-latest]
106106
steps:
107107
- name: Checkout repository
108-
uses: actions/checkout@v6.0.2
108+
uses: actions/checkout@v6.0.3
109109

110110
- name: Install `bevy_lint` and save cache
111111
id: install-linter
@@ -132,7 +132,7 @@ jobs:
132132
os: [ubuntu-latest, windows-latest, macos-latest]
133133
steps:
134134
- name: Checkout repository
135-
uses: actions/checkout@v6.0.2
135+
uses: actions/checkout@v6.0.3
136136

137137
- name: Install `bevy_lint` from cache
138138
id: install-linter

.github/workflows/nix-flake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout repository
21-
uses: actions/checkout@v6.0.2
21+
uses: actions/checkout@v6.0.3
2222

2323
- name: Install Nix
2424
uses: DeterminateSystems/determinate-nix-action@v3.21.0

0 commit comments

Comments
 (0)