diff --git a/.github/workflows/golang-ci.yml b/.github/workflows/golang-ci.yml index 88f067d..3a9ee97 100644 --- a/.github/workflows/golang-ci.yml +++ b/.github/workflows/golang-ci.yml @@ -130,7 +130,7 @@ jobs: - name: Setup Python with cache if: inputs.python_pip_install == true - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ inputs.python-version }} cache: 'pip'