File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 MBTA_V3_API_KEY : ${{ secrets.TM_NTT_CERT_ARN }}
1616 steps :
1717 - name : Checkout repo
18- uses : actions/checkout@v3
18+ uses : actions/checkout@v7
1919
2020 - name : Set up Docker Buildx
2121 uses : docker/setup-buildx-action@v4
Original file line number Diff line number Diff line change 2121 DD_API_KEY : ${{ secrets.DD_API_KEY }}
2222 steps :
2323 - name : Checkout repo
24- uses : actions/checkout@v3
24+ uses : actions/checkout@v7
2525 with :
2626 fetch-tags : true
2727 - name : Set up Python ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - name : Checkout repo
11- uses : actions/checkout@v3
11+ uses : actions/checkout@v7
1212 - name : Label PR
1313 uses : actions/labeler@v6
1414 with :
Original file line number Diff line number Diff line change 1515 python-version : ['3.13']
1616 steps :
1717 - name : Checkout repo
18- uses : actions/checkout@v3
18+ uses : actions/checkout@v7
1919 - name : Set up Python ${{ matrix.python-version }}
2020 uses : actions/setup-python@v6
2121 with :
4242 python-version : ['3.13']
4343 steps :
4444 - name : Checkout repo
45- uses : actions/checkout@v3
45+ uses : actions/checkout@v7
4646 - name : Set up Python ${{ matrix.python-version }}
4747 uses : actions/setup-python@v6
4848 with :
Original file line number Diff line number Diff line change 1515 python-version : ['3.13']
1616 steps :
1717 - name : Checkout repo
18- uses : actions/checkout@v3
18+ uses : actions/checkout@v7
1919 - name : Set up Python ${{ matrix.python-version }}
2020 uses : actions/setup-python@v6
2121 with :
You can’t perform that action at this time.
0 commit comments