File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1414 RUNALL : " true"
1515 steps :
1616 - name : Checkout code
17- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
17+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
1818
1919 - name : Run tests
2020 run : swift test
@@ -24,15 +24,15 @@ jobs:
2424 RUNALL : " true"
2525 steps :
2626 - name : Checkout code
27- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
27+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
2828
2929 - name : Run tests
3030 run : swift test --package-path ./generator
3131 generator-template-tests :
3232 runs-on : macos-13
3333 steps :
3434 - name : Checkout code
35- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
35+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
3636
3737 - name : Run tests
3838 run : ./bin/test_generator.sh
You can’t perform that action at this time.
0 commit comments