Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
babarot committed Jan 14, 2025
1 parent b336eb6 commit 0d1903d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: docs
name: Make docs

on:
push:
Expand All @@ -22,7 +22,7 @@ jobs:
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod

- name: Setup Python
uses: actions/setup-python@v1
uses: actions/setup-python@v5
with:
python-version: '3.6'
architecture: 'x64'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- name: Set up Go 1.20
- name: Set up Go 1.23
uses: actions/setup-go@v3
with:
go-version: 1.20.x
go-version: 1.23.x

- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 0d1903d

Please sign in to comment.