Skip to content

Bump actions/checkout from 3.5.2 to 4.0.0 #57

Bump actions/checkout from 3.5.2 to 4.0.0

Bump actions/checkout from 3.5.2 to 4.0.0 #57

Workflow file for this run

name: 'Build a test package'
on:
pull_request:
push:
branches: [ stable, testing ]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: 'Check out the repo'
id: checkout
uses: actions/[email protected]
- name: 'Build package'
id: build
uses: jtdor/[email protected]
with:
buildpackage-opts: -us -uc
docker-image: debian:bullseye-slim
- name: 'Upload artifacts'
id: upload
uses: actions/[email protected]
with:
name: package
path: debian/artifacts