@@ -25,10 +25,10 @@ jobs:
2525
2626 steps :
2727 - name : Checkout
28- uses : actions/checkout@v4
28+ uses : actions/checkout@v6
2929
3030 - name : Set up Go ${{ matrix.go-version }}
31- uses : actions/setup-go@v5
31+ uses : actions/setup-go@v6
3232 with :
3333 go-version : ${{ matrix.go-version }}
3434 cache : true
5050
5151 - name : Upload coverage
5252 if : github.event_name == 'pull_request'
53- uses : actions/upload-artifact@v4
53+ uses : actions/upload-artifact@v6
5454 with :
5555 name : coverage-go${{ matrix.go-version }}
5656 path : coverage.out
@@ -64,10 +64,10 @@ jobs:
6464
6565 steps :
6666 - name : Checkout
67- uses : actions/checkout@v4
67+ uses : actions/checkout@v6
6868
6969 - name : Set up Go
70- uses : actions/setup-go@v5
70+ uses : actions/setup-go@v6
7171 with :
7272 go-version : " 1.25"
7373 cache : true
@@ -86,10 +86,10 @@ jobs:
8686
8787 steps :
8888 - name : Checkout
89- uses : actions/checkout@v4
89+ uses : actions/checkout@v6
9090
9191 - name : Set up Go
92- uses : actions/setup-go@v5
92+ uses : actions/setup-go@v6
9393 with :
9494 go-version : " 1.25"
9595 cache : true
@@ -118,7 +118,7 @@ jobs:
118118
119119 steps :
120120 - name : Checkout
121- uses : actions/checkout@v4
121+ uses : actions/checkout@v6
122122
123123 - name : Set up Node.js
124124 uses : actions/setup-node@v4
@@ -135,7 +135,7 @@ jobs:
135135 run : echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
136136
137137 - name : Cache pnpm
138- uses : actions/cache@v4
138+ uses : actions/cache@v5
139139 with :
140140 path : ${{ env.STORE_PATH }}
141141 key : ${{ runner.os }}-pnpm-${{ hashFiles('docs/pnpm-lock.yaml') }}
0 commit comments