diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 7a3d71902..bcb9f47cf 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -25,7 +25,7 @@ jobs: - python steps: - name: Checkout repository - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v4.3.0 - name: Initialize CodeQL uses: github/codeql-action/init@v3 with: diff --git a/.github/workflows/crowdin.yml b/.github/workflows/crowdin.yml index 2ac051887..f4a1f0530 100644 --- a/.github/workflows/crowdin.yml +++ b/.github/workflows/crowdin.yml @@ -13,7 +13,7 @@ jobs: if: github.repository == 'PyLav/Red-Cogs' runs-on: [ubuntu-latest] steps: - - uses: actions/checkout@v4.2.2 + - uses: actions/checkout@v4.3.0 - name: Set up Python uses: actions/setup-python@v5 with: diff --git a/.github/workflows/dependency_updater.yml b/.github/workflows/dependency_updater.yml index 5afc3c14a..ddd7b1be9 100644 --- a/.github/workflows/dependency_updater.yml +++ b/.github/workflows/dependency_updater.yml @@ -13,7 +13,7 @@ jobs: name: Update PyLav version runs-on: [ubuntu-latest] steps: - - uses: actions/checkout@v4.2.2 + - uses: actions/checkout@v4.3.0 - name: Set up Python uses: actions/setup-python@v5 with: diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 28b9d3e77..70eebc206 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -11,7 +11,7 @@ jobs: name: Pre-commit fixes runs-on: [ubuntu-latest] steps: - - uses: actions/checkout@v4.2.2 + - uses: actions/checkout@v4.3.0 - uses: actions/setup-python@v5 with: python-version: '3.11'