diff --git a/.github/workflows/update-dependencies.yaml b/.github/workflows/update-dependencies.yaml index 14e63f1af..a0091ac0f 100644 --- a/.github/workflows/update-dependencies.yaml +++ b/.github/workflows/update-dependencies.yaml @@ -8,6 +8,7 @@ on: jobs: update: runs-on: ubuntu-20.04 + container: ghcr.io/dfinity/dre/actions-runner:9a9cef61d3483d2706b9d030a4a7e4d35c6ff1a2 steps: - uses: actions/checkout@v4 - name: "🔧 Setup runner" @@ -16,17 +17,9 @@ jobs: ######################################## # Once per night, update dependencies and completely delete and recreate bazel cache ######################################## - - name: "🐍 Setup Python" - uses: actions/setup-python@v5 - with: - python-version: "3.11" - - name: "🐍 Install rye" - run: | - export RYE_INSTALL_OPTION="--yes" - curl -sSf https://rye.astral.sh/get | bash - - name: "⚒️ Run autoupdate for ic-deps" run: | + rye sync python scripts/auto-update-revisions.py - name: "⚒️ Completely delete bazel cache and then recreate it"