Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 5, 2023
1 parent 7315801 commit 32e456a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- lint
- typecheck
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with: { token: "${{ secrets.GITHUB_TOKEN }}" }
- uses: actions/setup-node@v3
with:
Expand All @@ -28,7 +28,7 @@ jobs:
needs:
- preflight
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with: { token: "${{ secrets.GITHUB_TOKEN }}" }
# - uses: cachix/install-nix-action@v20
# with:
Expand Down

0 comments on commit 32e456a

Please sign in to comment.