Skip to content

Bump org.apache.struts:struts2-core from 2.3.20 to 6.4.0 in /.github/workflows #70

Bump org.apache.struts:struts2-core from 2.3.20 to 6.4.0 in /.github/workflows

Bump org.apache.struts:struts2-core from 2.3.20 to 6.4.0 in /.github/workflows #70

Workflow file for this run

name: Test the setup action
on:
pull_request:
branches:
- master
push:
paths:
- .github/workflows/test-setup.yml
- setup/**
jobs:
setup-mend-cli:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Mend CLI
uses: ./setup
- name: Check if Mend CLI is on the PATH
run: |
if ! command -v mend &> /dev/null
then
echo "Mend CLI could not be found on the PATH"
exit 1
fi