diff --git a/.github/actions/setup-env/action.yml b/.github/actions/setup-env/action.yml index 6338589..4cadb33 100644 --- a/.github/actions/setup-env/action.yml +++ b/.github/actions/setup-env/action.yml @@ -11,7 +11,7 @@ runs: using: "composite" steps: - name: Install uv - uses: astral-sh/setup-uv@v5 + uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 with: enable-cache: true diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b7174fb..b8f868e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: needs: config runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: ./.github/actions/setup-env with: python-version: ${{ needs.config.outputs.python-version }} @@ -23,7 +23,7 @@ jobs: needs: [ config, setup ] runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: ./.github/actions/setup-env with: python-version: ${{ needs.config.outputs.python-version }} @@ -36,7 +36,7 @@ jobs: needs: [ config, setup ] runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: ./.github/actions/setup-env with: python-version: ${{ needs.config.outputs.python-version }} @@ -49,7 +49,7 @@ jobs: needs: [ config, setup ] runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: ./.github/actions/setup-env with: python-version: ${{ needs.config.outputs.python-version }} @@ -62,7 +62,7 @@ jobs: needs: [ config, setup ] runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: ./.github/actions/setup-env with: python-version: ${{ needs.config.outputs.python-version }} @@ -74,7 +74,7 @@ jobs: if: github.ref == 'refs/heads/main' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0 - uses: ./.github/actions/setup-env @@ -129,7 +129,7 @@ jobs: - name: Create Release if: env.CREATE_RELEASE == 'true' - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ env.VERSION }} name: ${{ env.VERSION }}