diff --git a/.github/workflows/dependabot_pr.yaml b/.github/workflows/dependabot_pr.yaml index 2440e36..90cd6e2 100644 --- a/.github/workflows/dependabot_pr.yaml +++ b/.github/workflows/dependabot_pr.yaml @@ -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: | diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index c914e57..a8f31bc 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -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: | @@ -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