diff --git a/.github/workflows/git-secrets.yml b/.github/workflows/git-secrets.yml index a3dce06..1dca013 100644 --- a/.github/workflows/git-secrets.yml +++ b/.github/workflows/git-secrets.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v2 - name: Set up Python 3.8 - uses: actions/setup-python@v2 + uses: actions/setup-python@v5 with: python-version: 3.8 - name: Installing dependencies