Skip to content

Commit bfaff9c

Browse files
committed
Try to update version
1 parent c0659d3 commit bfaff9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- name: Checkout
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v3
3232

3333
- name: Echo Go Cache Paths
3434
id: go-cache-paths
@@ -52,7 +52,7 @@ jobs:
5252
runs-on: ubuntu-latest
5353
steps:
5454
- name: Checkout
55-
uses: actions/checkout@v3
55+
uses: actions/checkout@v4
5656
with:
5757
ref: ${{ github.event.pull_request.head.sha }}
5858

0 commit comments

Comments
 (0)