File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
33on :
44 push :
5- branches : [ master ]
5+ branches : [master]
66 pull_request : {}
77
88concurrency :
1414 name : Lint
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v2
17+ - uses : actions/checkout@v3
1818 - uses : ruby/setup-ruby@v1
1919 with :
2020 ruby-version : " 3.0"
9494 - name : Set up Appraisal
9595 if : matrix.appraisal
9696 run : echo "APPRAISAL_INITIALIZED=true" >> $GITHUB_ENV
97- - uses : actions/checkout@v2
97+ - uses : actions/checkout@v3
9898 - uses : ruby/setup-ruby@v1
9999 with :
100100 ruby-version : ${{ matrix.ruby }}
@@ -111,4 +111,4 @@ jobs:
111111 uses : benc-uk/workflow-dispatch@v1
112112 with :
113113 workflow : Generate New Release
114- token : ${{ secrets.GITHUB_TOKEN }}
114+ token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments