diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index f6c9419..80006a3 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -57,7 +57,7 @@ jobs: # your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 56fdc73..c48bec8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ jobs: linting: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: GitHub Action for SwiftLint uses: norio-nomura/action-swiftlint@3.2.1 test: @@ -24,7 +24,7 @@ jobs: with: xcode-version: latest-stable - name: Checkout project - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Build shell: bash run: |