diff --git a/.github/workflows/check_for_updates.yml b/.github/workflows/check_for_updates.yml index 8af7a6b..c3c13a7 100644 --- a/.github/workflows/check_for_updates.yml +++ b/.github/workflows/check_for_updates.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout the repository - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 - name: Run the script which checks for new versions run: bash .github/update_checker.sh >> $GITHUB_ENV