Skip to content

Commit 6556a7b

Browse files
committed
[CI.yaml] Bump to actions/checkout@v6.
1 parent cae7017 commit 6556a7b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v6
1313
- uses: oven-sh/setup-bun@v2
1414
- run: make setup
1515
- run: make lint
1616

1717
fish:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v6
2121
- run: ls /home/runner/work/actions-workflows/actions-workflows/.github/workflows/
2222
- uses: ./actions/install-fish
2323
- run: fish --version

0 commit comments

Comments
 (0)