Skip to content

Update actions/cache action to v4 #44

Update actions/cache action to v4

Update actions/cache action to v4 #44

Workflow file for this run

name: Testing
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test-setup:
name: Test Setup
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Run Action with no arguments
uses: ./
- name: Kustomize Init and Build
run: |
kustomize version
kustomize init
kustomize build .