File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1919 # Steps represent a sequence of tasks that will be executed as part of the job
2020 steps :
2121 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
22- - uses : actions/checkout@v6.0.0
22+ - uses : actions/checkout@v6.0.1
2323 - uses : actions/setup-python@v6.1.0
2424 with :
2525 python-version : ' 3.8' # Version range or exact version of a Python version to use, using SemVer's version range syntax
Original file line number Diff line number Diff line change 1313
1414 steps :
1515 - name : Checkout repository
16- uses : actions/checkout@v6.0.0
16+ uses : actions/checkout@v6.0.1
1717 with :
1818 # We must fetch at least the immediate parents so that if this is
1919 # a pull request then we can checkout the head.
You can’t perform that action at this time.
0 commit comments