Skip to content

Update @actions/core and @actions/io #35

Update @actions/core and @actions/io

Update @actions/core and @actions/io #35

Workflow file for this run

name: test
on:
push:
branches: ['*']
pull_request:
jobs:
use-action:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, windows-2022, windows-2019]
steps:
- uses: actions/checkout@v4
- uses: ./
- uses: ./
with:
winsdk-build-version: 19041