Upgrade checkout refs and docs to v7 (#779)

* chore: upgrade checkout/setup-go refs to v7

* chore: commit remaining dependency, license, and dist updates
This commit is contained in:
Haritha 2026-07-27 15:26:25 -05:00 committed by GitHub
commit 5064d95ba1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 1833 additions and 969 deletions

View file

@ -35,7 +35,7 @@ See [action.yml](action.yml).
<!-- start usage -->
```yaml
- uses: actions/setup-go@v6
- uses: actions/setup-go@v7
with:
# Version or version range of Go to use
go-version: '1.23'
@ -70,8 +70,8 @@ See [action.yml](action.yml).
```yaml
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
- uses: actions/checkout@v7
- uses: actions/setup-go@v7
with:
go-version: '1.25' # The Go version to download (if necessary) and use.
- run: go run hello.go