.github/workflows/lint.yml in act_with_flags-3.1.2 vs .github/workflows/lint.yml in act_with_flags-3.1.3

- old
+ new

@@ -3,10 +3,10 @@ jobs: lint: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: bundler-cache: true - name: Run Standard