File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -39,11 +39,12 @@ jobs:
3939 run : pipenv install --dev
4040
4141 - name : Checkout ansible-playbook-airflow (private)
42- uses : actions/checkout@v3
42+ uses : actions/checkout@v4
4343 with :
4444 repository : tulibraries/ansible-playbook-airflow
4545 token : ${{ secrets.MY_PAT }}
4646 path : ansible-playbook-airflow
47+ ref : main
4748
4849 - name : Run Ansible Airflow Playbook for Prod
4950 run : |
Original file line number Diff line number Diff line change @@ -36,11 +36,12 @@ jobs:
3636 run : pipenv install --dev
3737
3838 - name : Checkout ansible-playbook-airflow (private)
39- uses : actions/checkout@v3
39+ uses : actions/checkout@v4
4040 with :
4141 repository : tulibraries/ansible-playbook-airflow
4242 token : ${{ secrets.MY_PAT }}
4343 path : ansible-playbook-airflow
44+ ref : qa
4445
4546 - name : Run Ansible Airflow Playbook for QA
4647 run : |
You can’t perform that action at this time.
0 commit comments