diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bf71163..7b67a5c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 - name: Bootstrap Mint uses: irgaly/setup-mint@v1 @@ -35,7 +35,7 @@ jobs: SWIFTLY_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Checkout - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 - name: Cache Swift PM uses: actions/cache@v4.0.2 diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 8a0eb3a..8a22c41 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -27,7 +27,7 @@ jobs: SWIFTLY_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Checkout repository - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 - name: Initialize CodeQL uses: github/codeql-action/init@v3