Skip to content

Action-Test - [Bump actions/checkout from 7.0.0 to 7.0.1 #34] by @dependabot[bot] #693

Action-Test - [Bump actions/checkout from 7.0.0 to 7.0.1 #34] by @dependabot[bot]

Action-Test - [Bump actions/checkout from 7.0.0 to 7.0.1 #34] by @dependabot[bot] #693

Workflow file for this run

name: Action-Test
run-name: "Action-Test - [${{ github.event.pull_request.title }} #${{ github.event.pull_request.number }}] by @${{ github.actor }}"
on:
workflow_dispatch:
pull_request:
schedule:
- cron: '0 0 * * *'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
pull-requests: read
env:
PSMODULE_DEBUG_FAKE_PRIVATE_KEY: ${{ secrets.FAKE_PRIVATE_KEY }}
jobs:
ActionTestBasic:
strategy:
matrix:
os: [ubuntu-24.04, windows-2025, macos-15]
name: Action-Test - [Basic]
runs-on: ${{ matrix.os }}
steps:
# Need to check out as part of the test, as its a local action
- name: Checkout repo
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- name: Action-Test
uses: ./