2828 outputs :
2929 packages : ${{ steps.filter.outputs.changes }}
3030 steps :
31- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
31+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
3232 - uses : dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3
3333 id : filter
3434 with :
@@ -57,12 +57,12 @@ jobs:
5757 python-version : ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
5858 package : ${{ fromJSON(needs.changes.outputs.packages) }}
5959 steps :
60- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
60+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
6161 with :
6262 submodules : recursive
6363
6464 - name : Install uv and set the python version ${{ matrix.python-version }}
65- uses : astral-sh/setup-uv@7edac99f961f18b581bbd960d59d049f04c0002f # v6
65+ uses : astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7
6666 with :
6767 python-version : ${{ matrix.python-version }}
6868
9797 runs-on : ubuntu-latest
9898
9999 steps :
100- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
100+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
101101 - name : Install uv and set the python version
102- uses : astral-sh/setup-uv@7edac99f961f18b581bbd960d59d049f04c0002f # v6
102+ uses : astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7
103103 with :
104104 python-version : " 3.13"
105105 enable-cache : false # caching is done automatically in `pre-commit/action`
@@ -114,7 +114,7 @@ jobs:
114114 contents : read
115115 security-events : write
116116 steps :
117- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
117+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
118118
119119 - name : Initialize CodeQL
120120 uses : github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b # v3
0 commit comments