mirror of
https://github.com/icereed/paperless-gpt.git
synced 2025-03-12 21:08:00 -05:00
chore(deps): update actions/setup-go action to v5 (#73)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
b12a96c6a6
commit
0ff367bad0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-build-and-push.yml
vendored
2
.github/workflows/docker-build-and-push.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v4
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: 1.22
|
go-version: 1.22
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue