File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6666 steps :
6767 # Access the tag from the first workflow's outputs
6868 - name : β¬οΈ Checkout code
69- uses : actions/checkout@v4
69+ uses : actions/checkout@v6
7070 - name : π Set up Python
71- uses : actions/setup-python@v5
71+ uses : actions/setup-python@v6
7272 with :
7373 python-version : " 3.x"
7474 - name : π§ Set up Python Environment
Original file line number Diff line number Diff line change 4646 steps :
4747 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
4848 - name : β¬οΈ Checkout code
49- uses : actions/checkout@v4
49+ uses : actions/checkout@v6
5050 - name : π Set up Python v${{ env.PYTHON_VERSION }}
51- uses : actions/setup-python@v5
51+ uses : actions/setup-python@v6
5252 with :
5353 python-version : ${{ env.PYTHON_VERSION }}
5454 - name : π½ Install flake8
6565 needs : [lint]
6666 steps :
6767 - name : β¬οΈ Checkout
68- uses : actions/checkout@v4
68+ uses : actions/checkout@v6
6969 - name : π Set up Python v${{ env.PYTHON_VERSION }}
70- uses : actions/setup-python@v5
70+ uses : actions/setup-python@v6
7171 with :
7272 python-version : ${{ env.PYTHON_VERSION }}
7373 - name : π Upgrade pip
You canβt perform that action at this time.
0 commit comments