Skip to content

Update actions/checkout action to v4.2.1 #103

Update actions/checkout action to v4.2.1

Update actions/checkout action to v4.2.1 #103

Workflow file for this run

name: Test packaging
permissions:
contents: read
on:
pull_request:
branches: [ 'main' ]
env:
# renovate: depName=zarf-dev/zarf
ZARF_VERSION: 0.38.3
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Checkout
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with:
fetch-depth: 0
- name: Install tools
uses: ./.github/actions/install-tools
- name: Lint
uses: ./.github/actions/tests
- name: Build image
uses: ./.github/actions/build-image
env:
REGISTRY1_USERNAME: ${{ secrets.REGISTRY1_USERNAME }}
REGISTRY1_PASSWORD: ${{ secrets.REGISTRY1_PASSWORD }}