diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c9104264..e1a00aaf 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - name: Install the latest version of uv + - name: Setup uv uses: astral-sh/setup-uv@v5 with: enable-cache: true diff --git a/action.yml b/action.yml index 569b23d6..f29f5aa5 100644 --- a/action.yml +++ b/action.yml @@ -7,7 +7,7 @@ inputs: required: true runs: using: "docker" - image: "Dockerfile" + image: "docker/noneflow.dockerfile" branding: icon: "box" color: "orange"