Skip to content

fix: update references to ghcr.io/renovatebot/renovate to v36.78.4 (#… #2900

fix: update references to ghcr.io/renovatebot/renovate to v36.78.4 (#…

fix: update references to ghcr.io/renovatebot/renovate to v36.78.4 (#… #2900

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@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- name: build devcontainer
run: docker build .devcontainer