diff --git a/.github/workflows/ChecksAndLinters.yml b/.github/workflows/ChecksAndLinters.yml index cd296edb..63e490a8 100644 --- a/.github/workflows/ChecksAndLinters.yml +++ b/.github/workflows/ChecksAndLinters.yml @@ -17,10 +17,10 @@ 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: Set up Python 3.10 - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: "3.10"