.github/workflows/ci.yml in clean-architecture-4.0.1 vs .github/workflows/ci.yml in clean-architecture-5.0.1
- old
+ new
@@ -8,10 +8,10 @@
jobs:
build:
runs-on: ubuntu-18.04
steps:
- name: Checkout branch
- uses: actions/checkout@v1
+ uses: actions/checkout@v2
- name: Extract branch name
shell: bash
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
id: extract_branch
- name: Set up Ruby