Skip to content

Bump faraday from 2.3.0 to 2.14.1 #52

Bump faraday from 2.3.0 to 2.14.1

Bump faraday from 2.3.0 to 2.14.1 #52

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'