Skip to content

Bump rexml from 3.2.8 to 3.3.6 #140

Bump rexml from 3.2.8 to 3.3.6

Bump rexml from 3.2.8 to 3.3.6 #140

Workflow file for this run

name: Simple Task
on:
workflow_dispatch:
push:
# wait-using-check-regexp waits for this task
jobs:
simple-task:
runs-on: ubuntu-latest
steps:
- name: Sleep
run: sleep 10
- name: Done
run: echo 'Done'