Skip to content

Update GitHub Actions workflows to use specific action versions and c… #5

Update GitHub Actions workflows to use specific action versions and c…

Update GitHub Actions workflows to use specific action versions and c… #5

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- master
- 'releases/*'
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- uses: ./
with:
dep: list
deployer-version: '7.3.0'