Skip to content
This repository was archived by the owner on Feb 15, 2026. It is now read-only.

Commit 810a04a

Browse files
authored
Merge pull request #35 from hatlabs/dependabot/github_actions/actions/checkout-6
⬆️ Bump actions/checkout from 4 to 6
2 parents 28b8a45 + b45e708 commit 810a04a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout code
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v6
2020

2121
- name: Run tests
2222
uses: ./.github/actions/run-tests
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest-arm64
2727
steps:
2828
- name: Checkout code
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v6
3030
with:
3131
fetch-depth: 0
3232

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: Checkout code
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v6
1717

1818
- name: Run tests
1919
uses: ./.github/actions/run-tests

0 commit comments

Comments
 (0)