diff --git a/.github/workflows/HideProfiles.yml b/.github/workflows/HideProfiles.yml index 974da31..8dcc983 100644 --- a/.github/workflows/HideProfiles.yml +++ b/.github/workflows/HideProfiles.yml @@ -7,9 +7,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v3 - name: Setup python - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: 3.9 - name: Install dependencies