Skip to content

Commit b1b3d12

Browse files
authored
Merge pull request #866 from bob-collective/dependabot/github_actions/actions/checkout-6
chore(deps): bump actions/checkout from 5 to 6
2 parents 556381a + 330e72a commit b1b3d12

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/contracts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
run:
1717
working-directory: contracts
1818
steps:
19-
- uses: actions/checkout@v5
19+
- uses: actions/checkout@v6
2020
with:
2121
submodules: recursive
2222
- name: Install Foundry
@@ -38,7 +38,7 @@ jobs:
3838
run:
3939
working-directory: contracts
4040
steps:
41-
- uses: actions/checkout@v5
41+
- uses: actions/checkout@v6
4242
with:
4343
submodules: recursive
4444
- name: Install Foundry

.github/workflows/rust.yml

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

1212
steps:
1313
- name: Checkout sources
14-
uses: actions/checkout@v5
14+
uses: actions/checkout@v6
1515

1616
- name: Install Bitcoin
1717
run: |

.github/workflows/sdk-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
run:
1212
working-directory: ./sdk
1313
steps:
14-
- uses: actions/checkout@v5
14+
- uses: actions/checkout@v6
1515
- name: setup node
1616
uses: actions/setup-node@v6
1717
with:

.github/workflows/sdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
run:
1414
working-directory: ./sdk
1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717
- name: Setup node
1818
uses: actions/setup-node@v6
1919
with:

0 commit comments

Comments
 (0)