diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 8db09fa..0064729 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -18,7 +18,7 @@ jobs: name: Compile libraries steps: - name: Checkout the repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Install Node.js uses: actions/setup-node@v6 with: diff --git a/.github/workflows/shared-tests.yml b/.github/workflows/shared-tests.yml index ae6cf34..2a4cf02 100644 --- a/.github/workflows/shared-tests.yml +++ b/.github/workflows/shared-tests.yml @@ -43,7 +43,7 @@ jobs: name: ${{ inputs.os }} - ${{ inputs.runtime }} - ${{ matrix.version }} steps: - name: Checkout the repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Install Node.js if: inputs.runtime == 'node'