Skip to content

Commit

Permalink
Merge pull request #271 from spencerjanssen/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/checkout-4.2.2

build(deps): bump actions/checkout from 4.2.1 to 4.2.2
  • Loading branch information
spencerjanssen authored Oct 28, 2024
2 parents 8914087 + 826e249 commit 41be140
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flake-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Update dependencies
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
ssh-key: ${{ secrets.FLAKE_UPDATE_SSH_KEY }}
- uses: cachix/install-nix-action@3715ab1a11cac9e991980d7b4a28d80c7ebdd8f9 # v27
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/treefmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Run treefmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: cachix/install-nix-action@3715ab1a11cac9e991980d7b4a28d80c7ebdd8f9 # v27
- run: |
nix develop --command treefmt
Expand Down

0 comments on commit 41be140

Please sign in to comment.