Skip to content

Bump the actions group across 1 directory with 2 updates #5

Bump the actions group across 1 directory with 2 updates

Bump the actions group across 1 directory with 2 updates #5

Workflow file for this run

name: test
on:
pull_request:
push:
branches:
- 'main'
permissions:
contents: read
jobs:
e2e:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Setup Flux
uses: fluxcd/flux2/action@5350425cdcd5fa015337e09fa502153c0275bd4b #v2.4.0
- run: make up
- run: make sync
- run: make down