Skip to content

build(deps): bump google-github-actions/release-please-action from 3 to 4 #12

build(deps): bump google-github-actions/release-please-action from 3 to 4

build(deps): bump google-github-actions/release-please-action from 3 to 4 #12

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run action
uses: ./
- name: Run action with version
uses: ./
with:
version: 2.3.4