diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml index 624a8dc2..70e22700 100644 --- a/.github/workflows/codeql.yaml +++ b/.github/workflows/codeql.yaml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: โคต๏ธ Check out code from GitHub - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 - name: ๐Ÿ— Initialize CodeQL uses: github/codeql-action/init@v4.31.10 - name: ๐Ÿš€ Perform CodeQL Analysis diff --git a/.github/workflows/labels.yaml b/.github/workflows/labels.yaml index 180d3808..e778ddfe 100644 --- a/.github/workflows/labels.yaml +++ b/.github/workflows/labels.yaml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: โคต๏ธ Check out code from GitHub - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 - name: ๐Ÿš€ Run Label Syncer uses: micnncim/action-label-syncer@v1.3.0 env: diff --git a/.github/workflows/linting.yaml b/.github/workflows/linting.yaml index 97aaf0dd..48fa1687 100644 --- a/.github/workflows/linting.yaml +++ b/.github/workflows/linting.yaml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: โคต๏ธ Check out code from GitHub - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 - name: ๐Ÿ— Set up Poetry run: pipx install poetry - name: ๐Ÿ— Set up Python ${{ env.DEFAULT_PYTHON }} @@ -39,7 +39,7 @@ jobs: runs-on: ubuntu-latest steps: - name: โคต๏ธ Check out code from GitHub - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 - name: ๐Ÿ— Set up Poetry run: pipx install poetry - name: ๐Ÿ— Set up Python ${{ env.DEFAULT_PYTHON }} @@ -64,7 +64,7 @@ jobs: runs-on: ubuntu-latest steps: - name: โคต๏ธ Check out code from GitHub - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 - name: ๐Ÿ— Set up Poetry run: pipx install poetry - name: ๐Ÿ— Set up Python ${{ env.DEFAULT_PYTHON }} @@ -109,7 +109,7 @@ jobs: runs-on: ubuntu-latest steps: - name: โคต๏ธ Check out code from GitHub - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 - name: ๐Ÿ— Set up Poetry run: pipx install poetry - name: ๐Ÿ— Set up Python ${{ env.DEFAULT_PYTHON }} @@ -132,7 +132,7 @@ jobs: runs-on: ubuntu-latest steps: - name: โคต๏ธ Check out code from GitHub - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 - name: ๐Ÿ— Set up Poetry run: pipx install poetry - name: ๐Ÿ— Set up Python ${{ env.DEFAULT_PYTHON }} @@ -155,7 +155,7 @@ jobs: runs-on: ubuntu-latest steps: - name: โคต๏ธ Check out code from GitHub - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 - name: ๐Ÿ— Set up Poetry run: pipx install poetry - name: ๐Ÿ— Set up Python ${{ env.DEFAULT_PYTHON }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d8b41947..5b820b92 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -22,7 +22,7 @@ jobs: id-token: write steps: - name: โคต๏ธ Check out code from GitHub - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 - name: ๐Ÿ— Set up Poetry run: pipx install poetry - name: ๐Ÿ— Set up Python ${{ env.DEFAULT_PYTHON }} diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 86aa7501..d2a5723a 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -19,7 +19,7 @@ jobs: python: ["3.11", "3.12", "3.13"] steps: - name: โคต๏ธ Check out code from GitHub - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 - name: ๐Ÿ— Set up Poetry run: pipx install poetry - name: ๐Ÿ— Set up Python ${{ matrix.python }} @@ -48,7 +48,7 @@ jobs: needs: pytest steps: - name: โคต๏ธ Check out code from GitHub - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: fetch-depth: 0 - name: โฌ‡๏ธ Download coverage data diff --git a/.github/workflows/typing.yaml b/.github/workflows/typing.yaml index aad19ea3..88720dbb 100644 --- a/.github/workflows/typing.yaml +++ b/.github/workflows/typing.yaml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: โคต๏ธ Check out code from GitHub - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 - name: ๐Ÿ— Set up Poetry run: pipx install poetry - name: ๐Ÿ— Set up Python ${{ env.DEFAULT_PYTHON }}