diff --git a/.github/workflows/bot.yml b/.github/workflows/bot.yml index 527d94f..f70fcc4 100644 --- a/.github/workflows/bot.yml +++ b/.github/workflows/bot.yml @@ -27,7 +27,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Python Dependency Installation uses: py-actions/py-dependency-install@v4.0.0