Skip to content

Update ruby:4.0.5 Docker digest to c39cc53 #3939

Update ruby:4.0.5 Docker digest to c39cc53

Update ruby:4.0.5 Docker digest to c39cc53 #3939

Workflow file for this run

# SPDX-FileCopyrightText: Copyright (c) 2024-2026 Zerocracy
# SPDX-License-Identifier: MIT
---
# yamllint disable rule:line-length
name: make
'on':
push:
branches:
- master
pull_request:
branches:
- master
jobs:
make:
timeout-minutes: 15
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
- uses: ruby/setup-ruby@d45b1a4e94b71acab930e56e79c6aa188764e7f9 # v1.316.0
with:
ruby-version: 4.0
bundler-cache: true
- run: sudo apt-get update && sudo apt-get install -y parallel
- run: make