chore(deps): update actions/checkout action to v6 (#446)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
2be0b13d42
commit
4ae2aab66a
4 changed files with 4 additions and 4 deletions
2
.github/workflows/run-bun-test.yml
vendored
2
.github/workflows/run-bun-test.yml
vendored
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v5
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: Set up Bun
|
||||
uses: oven-sh/setup-bun@v2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue