Skip to content

Commit 403ab99

Browse files
chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 (#32)
Bumps [actions/checkout](https://github.com/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](actions/checkout@v6.0.2...v6.0.3) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 495fa7f commit 403ab99

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/build-packages.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
packages: ${{ steps.find.outputs.packages }}
3535
has_packages: ${{ steps.find.outputs.has_packages }}
3636
steps:
37-
- uses: actions/checkout@v6.0.2
37+
- uses: actions/checkout@v6.0.3
3838
with:
3939
fetch-depth: 0
4040

@@ -58,7 +58,7 @@ jobs:
5858
matrix:
5959
package: ${{ fromJSON(needs.detect.outputs.packages) }}
6060
steps:
61-
- uses: actions/checkout@v6.0.2
61+
- uses: actions/checkout@v6.0.3
6262

6363
- uses: ./.github/actions/setup-nix
6464
with:

.github/workflows/codeql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
matrix:
3434
language: [python, actions]
3535
steps:
36-
- uses: actions/checkout@v6.0.2
36+
- uses: actions/checkout@v6.0.3
3737

3838
- uses: github/codeql-action/init@v4
3939
with:

.github/workflows/flake-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
name: nix flake check
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: actions/checkout@v6.0.2
26+
- uses: actions/checkout@v6.0.3
2727

2828
- uses: ./.github/actions/setup-nix
2929
with:

.github/workflows/python-checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
name: ty + ruff
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: actions/checkout@v6.0.2
28+
- uses: actions/checkout@v6.0.3
2929

3030
- uses: astral-sh/setup-uv@v8.1.0
3131
with:

.github/workflows/update-pkgs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: macos-latest
1919
steps:
2020
- name: Checkout repository
21-
uses: actions/checkout@v6.0.2
21+
uses: actions/checkout@v6.0.3
2222
with:
2323
token: ${{ secrets.GITHUB_TOKEN }}
2424

.github/workflows/yaml-check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
name: yamlfmt
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: actions/checkout@v6.0.2
26+
- uses: actions/checkout@v6.0.3
2727

2828
- uses: actions/setup-go@v6.4.0
2929
with:
@@ -46,7 +46,7 @@ jobs:
4646
contents: read
4747
security-events: write
4848
steps:
49-
- uses: actions/checkout@v6.0.2
49+
- uses: actions/checkout@v6.0.3
5050

5151
- uses: astral-sh/setup-uv@v8.1.0
5252

0 commit comments

Comments
 (0)