Skip to content

Commit ef06645

Browse files
chore(deps): Update actions/checkout action to v6
1 parent 04e7ecc commit ef06645

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/on-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Check out the repo
11-
uses: actions/checkout@v4
11+
uses: actions/checkout@v6
1212

1313
- name: Setup bun
1414
uses: oven-sh/setup-bun@v2

.github/workflows/on-push-main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
id-token: write
2222
steps:
2323
- name: Check out the repo
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v6
2525

2626
- name: Log in to the Container registry
2727
uses: docker/login-action@v3

.github/workflows/on-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
id-token: write
1919
steps:
2020
- name: Check out the repo
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v6
2222
with:
2323
fetch-depth: 0
2424

0 commit comments

Comments
 (0)