@@ -28,12 +28,12 @@ jobs:
2828 name : lint
2929 runs-on : ubuntu-latest
3030 steps :
31- - uses : actions/checkout@v4
31+ - uses : actions/checkout@v6
3232 with :
3333 fetch-depth : 0
3434
3535 - name : Set up Go
36- uses : actions/setup-go@v5
36+ uses : actions/setup-go@v6
3737 with :
3838 go-version : ${{ matrix.go }}
3939 cache : false
@@ -73,24 +73,24 @@ jobs:
7373 runs-on : ubuntu-latest
7474 steps :
7575 - name : Check out code
76- uses : actions/checkout@v4
76+ uses : actions/checkout@v6
7777 with :
7878 fetch-depth : 0
7979
8080 - name : Set up Go
81- uses : actions/setup-go@v5
81+ uses : actions/setup-go@v6
8282 with :
8383 go-version : ${{ matrix.go }}
8484 cache : false
8585
8686 - name : Set up QEMU
87- uses : docker/setup-qemu-action@v3
87+ uses : docker/setup-qemu-action@v4
8888
8989 - name : Set up Docker Buildx
90- uses : docker/setup-buildx-action@v3
90+ uses : docker/setup-buildx-action@v4
9191
9292 - name : Run GoReleaser
93- uses : goreleaser/goreleaser-action@v6
93+ uses : goreleaser/goreleaser-action@v7
9494 if : steps.cache.outputs.cache-hit != 'true'
9595 with :
9696 distribution : goreleaser-pro
@@ -109,12 +109,12 @@ jobs:
109109 name : test
110110 runs-on : ubuntu-latest
111111 steps :
112- - uses : actions/checkout@v4
112+ - uses : actions/checkout@v6
113113 with :
114114 fetch-depth : 0
115115
116116 - name : Set up Go
117- uses : actions/setup-go@v5
117+ uses : actions/setup-go@v6
118118 with :
119119 go-version : ${{ matrix.go }}
120120 cache : false
@@ -123,7 +123,7 @@ jobs:
123123 run : make test
124124
125125 - name : Upload coverage to Codecov
126- uses : codecov/codecov-action@v4
126+ uses : codecov/codecov-action@v5
127127
128128 go-semantic-release :
129129 if : ${{ github.ref == 'refs/heads/main' }}
0 commit comments