Skip to content

Bump actions/checkout from 3 to 4 #18

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #18

Workflow file for this run

---
name: use-action
on:
push:
tags-ignore:
- '**'
branches:
- '**'
paths-ignore:
- '*.md'
pull_request:
branches:
- '**'
paths-ignore:
- '*.md'
jobs:
use-action:
runs-on: ubuntu-latest
steps:
# preparing the Kubernetes cluster# (KinD) and installing kubectl
- uses: helm/[email protected]
with:
cluster_name: kind
wait: 120s
# checking out the project code on the current workspace
- uses: actions/checkout@v4
# self loading the action.yaml definitions, making possible to run the action defined on this
# project directly
- uses: ./
with:
pipeline_version: latest
feature_flags: '{ "enable-custom-tasks": "true" }'
cli_version: latest
# assert the changes performed by this action
- shell: bash
run: |
./assert.sh