File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4141
4242 steps :
4343 - name : Checkout repository
44- uses : actions/checkout@v4.1.4
44+ uses : actions/checkout@v4.1.5
4545
4646 # Initializes the CodeQL tools for scanning.
4747 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 2525 lint :
2626 runs-on : ubuntu-latest
2727 steps :
28- - uses : actions/checkout@v4.1.4
28+ - uses : actions/checkout@v4.1.5
2929 - uses : actions/setup-python@v5.1.0
3030 with :
3131 python-version : ${{ env.DEFAULT_PYTHON_VERSION }}
4949 - windows-latest
5050 runs-on : ${{ matrix.platform }}
5151 steps :
52- - uses : actions/checkout@v4.1.4
52+ - uses : actions/checkout@v4.1.5
5353 - uses : actions/setup-python@v5.1.0
5454 with :
5555 python-version : ${{ matrix.python-version }}
6767 # Only run on Ubuntu because most of the tests are skipped on Windows
6868 runs-on : ubuntu-latest
6969 steps :
70- - uses : actions/checkout@v4.1.4
70+ - uses : actions/checkout@v4.1.5
7171 - uses : actions/setup-python@v5.1.0
7272 with :
7373 python-version : ${{ env.MIN_PYTHON_VERSION }}
7979 docs :
8080 runs-on : ubuntu-latest
8181 steps :
82- - uses : actions/checkout@v4.1.4
82+ - uses : actions/checkout@v4.1.5
8383 - uses : actions/setup-python@v5.1.0
8484 with :
8585 python-version : ${{ env.MIN_PYTHON_VERSION }}
@@ -113,7 +113,7 @@ jobs:
113113 if : github.event_name == 'push' && contains(github.ref, 'refs/tags/')
114114 runs-on : ubuntu-latest
115115 steps :
116- - uses : actions/checkout@v4.1.4
116+ - uses : actions/checkout@v4.1.5
117117 - uses : actions/setup-python@v5.1.0
118118 with :
119119 python-version : ${{ env.MIN_PYTHON_VERSION }}
Original file line number Diff line number Diff line change 1919
2020 steps :
2121 - name : " Checkout repository"
22- uses : " actions/checkout@8459bc0c7e3759cdf591f513d9f141a95fef0a8f "
22+ uses : " actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b "
2323
2424 - name : " Setup Python"
2525 uses : " actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d"
You can’t perform that action at this time.
0 commit comments