Skip to content

Update dependencies and runtime version #253

Update dependencies and runtime version

Update dependencies and runtime version #253

Workflow file for this run

name: Build tests
on:
pull_request:
push:
branches:
- main
- 'releases/*'
jobs:
# test action works running from the graph
test-action:
runs-on: ubuntu-latest
name: "test-action"
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.
fetch-depth: 2
- name: Edit readme
uses: ./
with:
from_file: 'README.md'
to_file: 'README.md'
commit: 'false'