Skip to content

Commit 627a21a

Browse files
chore(deps): bump actions/checkout from 4.2.1 to 4.2.2 (#84)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.1 to 4.2.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.1...v4.2.2) --- updated-dependencies: - dependency-name: actions/checkout 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 8ee7c81 commit 627a21a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
df -h
2626
2727
- name: Check out repository
28-
uses: actions/checkout@v4.2.1
28+
uses: actions/checkout@v4.2.2
2929

3030
- name: Install Nix
3131
uses: cachix/install-nix-action@v30

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
pre-commit:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4.2.1
12+
- uses: actions/checkout@v4.2.2
1313
- uses: actions/setup-python@v5
1414
- uses: pre-commit/action@v3.0.1

0 commit comments

Comments
 (0)