Skip to content

Update GitHub Actions to use latest versions of actions and dependencies #4

Update GitHub Actions to use latest versions of actions and dependencies

Update GitHub Actions to use latest versions of actions and dependencies #4

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- master
- 'releases/*'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: ./
with:
dep: list
deployer-version: '7.3.0'