Skip to content

Commit 89612b1

Browse files
authored
Merge pull request #84 from probe-rs/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 35683af + 824cb5d commit 89612b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v5
1313
- name: Install stable toolchain
1414
uses: actions-rs/[email protected]
1515
with:

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
build:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717
- name: Install stable toolchain
1818
uses: actions-rs/[email protected]
1919
with:

0 commit comments

Comments
 (0)