Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/go_modules/tools/golang.org/x/t…
Browse files Browse the repository at this point in the history
…ools-0.16.0
  • Loading branch information
JacobOaks authored Dec 12, 2023
2 parents adffc02 + 00b020f commit 759f4bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v3
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
cache: true
Expand Down

0 comments on commit 759f4bd

Please sign in to comment.