rename workflow file name and title, bump the checkout action

This commit is contained in:
Lukas Greve
2025-11-17 10:38:12 +01:00
parent d75fa31455
commit daffa92985

View File

@@ -0,0 +1,19 @@
name: checkout_fedora-image
on:
push:
branches: [ main ]
jobs:
checkout:
runs-on: fedora-cloud-42
defaults:
run:
shell: bash
container:
image: git.phyllo.me/devops/fedora-runner-image:latest
steps:
- uses: https://git.phyllo.me/devops/checkout@v5
with:
fetch-depth: 0