diff options
Diffstat (limited to '.github/workflows/audit.yaml')
-rw-r--r-- | .github/workflows/audit.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/audit.yaml b/.github/workflows/audit.yaml index f0e9789cae..685d3ec1a8 100644 --- a/.github/workflows/audit.yaml +++ b/.github/workflows/audit.yaml @@ -28,7 +28,7 @@ jobs: run: shell: ${{ matrix.system.shell }} steps: - - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d with: python-version: ${{inputs.python_version}} |