diff --git a/.github/workflows/BlackLint.yml b/.github/workflows/BlackLint.yml index c0d5494..992f725 100644 --- a/.github/workflows/BlackLint.yml +++ b/.github/workflows/BlackLint.yml @@ -5,7 +5,7 @@ jobs: name: runner / black runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Check files using the black formatter uses: rickstaa/action-black@v1 id: action_black diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 4034a9a..3999df2 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index c565e44..14edbd6 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -9,7 +9,7 @@ jobs: matrix: python-version: ["3.10"] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v4 with: