Skip to content

Commit d76845d

Browse files
authored
Merge pull request #9 from useblacksmith/dependabot/github_actions/actions/checkout-5
chore: bump actions/checkout from 4 to 5
2 parents 1126277 + 1b791f5 commit d76845d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runner: [blacksmith, blacksmith-arm]
1515
steps:
1616
- name: Checkout Project
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818

1919
- name: Setup pnpm
2020
uses: pnpm/action-setup@v4

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runner: [blacksmith, blacksmith-arm]
1515
steps:
1616
- name: Checkout Action
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818

1919
- name: Setup pnpm
2020
uses: pnpm/action-setup@v4

0 commit comments

Comments
 (0)