Skip to content

fix: update references to ghcr.io/renovatebot/renovate to v36.54.2 #2739

fix: update references to ghcr.io/renovatebot/renovate to v36.54.2

fix: update references to ghcr.io/renovatebot/renovate to v36.54.2 #2739

Workflow file for this run

name: devel
on:
push:
branches:
- main
- 'renovate/**'
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.event.number || github.ref }}
cancel-in-progress: true
jobs:
test-devcontainer:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- name: build devcontainer
run: docker build .devcontainer