Skip to content

Commit

Permalink
--- (#66)
Browse files Browse the repository at this point in the history
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 22, 2024
1 parent 47ee707 commit cf72f80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
df -h
- name: Check out repository
uses: actions/[email protected].3
uses: actions/[email protected].6

- name: Install Nix
uses: cachix/install-nix-action@V27
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].3
- uses: actions/[email protected].6
- uses: actions/setup-python@v5
- uses: pre-commit/[email protected]

0 comments on commit cf72f80

Please sign in to comment.