diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 92e8097..75dcae9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v5 - uses: pnpm/action-setup@v4 with: version: 7.32.1 @@ -39,7 +39,7 @@ jobs: # Trigger release for only pushes to branches defined above if: ${{github.event_name == 'push'&& (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/next' || github.ref == 'refs/heads/beta' ) }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v5 - uses: pnpm/action-setup@v4 with: version: 7.32.1 diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 7ae62c4..d62e154 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -39,7 +39,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v5 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL