diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 735cb9a..9ec5dd0 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -36,7 +36,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a599fd5..89b6d9d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -36,7 +36,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v4.2.0 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v5.1.1 with: diff --git a/.github/workflows/upload.yml b/.github/workflows/upload.yml index 74f41a5..6fcad22 100644 --- a/.github/workflows/upload.yml +++ b/.github/workflows/upload.yml @@ -11,7 +11,7 @@ jobs: name: PyPI url: https://pypi.org/project/aioworkers-sentry/${{ github.ref_name }} steps: - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v4.2.0 - name: Set up Python uses: actions/setup-python@v5.1.1 with: