Skip to content

Commit

Permalink
Merge pull request #39 from digitalservicebund/renovate/actions-check…
Browse files Browse the repository at this point in the history
…out-4.x

Update actions/checkout action to v4
  • Loading branch information
hannes-mk authored Apr 16, 2024
2 parents a9e951a + eb57b53 commit 74e0885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Lint, Test + Test Coverage
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- run: bun install
- run: bun lint
Expand Down

0 comments on commit 74e0885

Please sign in to comment.