Skip to content

Bump actions/checkout from 4.1.4 to 4.1.6 in the actions-version group #423

Bump actions/checkout from 4.1.4 to 4.1.6 in the actions-version group

Bump actions/checkout from 4.1.4 to 4.1.6 in the actions-version group #423

Workflow file for this run

name: Start action runners
on:
pull_request:
workflow_dispatch:
jobs:
start:
name: Test start composite action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.6
- name: Start action runners
uses: ./start
with:
OS_APPLICATION_CREDENTIAL_ID: ${{ secrets.OS_APPLICATION_CREDENTIAL_ID }}
OS_APPLICATION_CREDENTIAL_SECRET: ${{ secrets.OS_APPLICATION_CREDENTIAL_SECRET }}