Skip to content

Commit f2bb2c5

Browse files
authored
Merge pull request #79 from lima-vm/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents ce6ef95 + 14ded2f commit f2bb2c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
platform: [ubuntu-latest, macos-latest]
1414
runs-on: ${{ matrix.platform }}
1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
with:
1818
fetch-depth: 1
1919
- uses: actions/setup-go@v4

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616
timeout-minutes: 20
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
with:
2020
path: go/src/github.com/lima-vm/sshocker
2121
- uses: actions/setup-go@v4

0 commit comments

Comments
 (0)