Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/dependabot_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
tests_pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: jdx/mise-action@v2
- uses: actions/checkout@v5
- uses: jdx/mise-action@v3
- name: Find go cache dir
id: go-cache
run: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: jdx/mise-action@v2
- uses: actions/checkout@v5
- uses: jdx/mise-action@v3
- name: Find go cache dir
id: go-cache
run: |
Expand Down Expand Up @@ -46,9 +46,9 @@ jobs:
name: build and push
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- uses: jdx/mise-action@v2
- uses: jdx/mise-action@v3

- id: go_version
run: echo "go_version=$(mise current go)" >> $GITHUB_OUTPUT
Expand Down