diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 13fcfb21..3ac56a34 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Initialize CodeQL uses: github/codeql-action/init@v4 diff --git a/.github/workflows/continuous-delivery.yml b/.github/workflows/continuous-delivery.yml index 9d1c92ef..d58d2051 100644 --- a/.github/workflows/continuous-delivery.yml +++ b/.github/workflows/continuous-delivery.yml @@ -13,7 +13,7 @@ jobs: if: github.repository_owner == 'skyra-project' steps: - name: Checkout Project - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: Add TypeScript problem matcher diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index c1c06f2a..7efe8895 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Project - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Add problem matcher run: echo "::add-matcher::.github/problemMatchers/eslint.json" - name: Use Node.js v20 @@ -31,7 +31,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Project - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Use Node.js v20 uses: actions/setup-node@v6 with: @@ -52,7 +52,7 @@ jobs: node: [18, 19, 20, 21] steps: - name: Checkout Project - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Add problem matcher run: echo "::add-matcher::.github/problemMatchers/tsc.json" - name: Use Node.js ${{ matrix.node }} diff --git a/.github/workflows/labelsync.yml b/.github/workflows/labelsync.yml index ac6fdfec..3602c4fb 100644 --- a/.github/workflows/labelsync.yml +++ b/.github/workflows/labelsync.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Project - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: sparse-checkout: .github/labels.yml sparse-checkout-cone-mode: false diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c5650e28..16267379 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -10,7 +10,7 @@ jobs: if: github.repository_owner == 'skyra-project' steps: - name: Checkout Project - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 ref: main diff --git a/.github/workflows/static-documentation.yml b/.github/workflows/static-documentation.yml index b70b3533..3e4082f2 100644 --- a/.github/workflows/static-documentation.yml +++ b/.github/workflows/static-documentation.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup Pages uses: actions/configure-pages@v5 - name: Use Node.js v20