diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4dbc9e4f8d..11eb27ea9e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: - run: python -m pip install --upgrade pip - run: python -m pip install --editable .[dev] - name: Set up pre-commit cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.cache/pre-commit key: lint-${{ hashFiles('.pre-commit-config.yaml') }} @@ -111,7 +111,7 @@ jobs: env: DJANGO_DEBUG: True GITHUB_DB_BACKEND: ${{ matrix.db-backend }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: screenshots path: screenshots/*.png @@ -180,7 +180,7 @@ jobs: python -m pip show rdmo >> $GITHUB_STEP_SUMMARY echo "\`\`\`" >> $GITHUB_STEP_SUMMARY - name: Upload wheel as artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: wheel path: dist/rdmo*.whl diff --git a/.github/workflows/pre-commit-autoupdate.yml b/.github/workflows/pre-commit-autoupdate.yml index 929f3fb018..16c287fb38 100644 --- a/.github/workflows/pre-commit-autoupdate.yml +++ b/.github/workflows/pre-commit-autoupdate.yml @@ -40,7 +40,7 @@ jobs: echo -e "\n---\nThis PR is auto-generated once a month." >> pr-body.md # Ref: https://github.com/peter-evans/create-pull-request - name: Create pull request - uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 # v5.0.2 + uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc # v6.0.1 with: branch: pre-commit-autoupdate base: dependency-updates