diff --git a/.github/workflows/clippy-checks.yml b/.github/workflows/clippy-checks.yml index 80f0b335e..17cfc6719 100644 --- a/.github/workflows/clippy-checks.yml +++ b/.github/workflows/clippy-checks.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Free up Space and Installation uses: ./.github/actions/shared diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index 02ee084d0..b9013c278 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -12,7 +12,7 @@ jobs: markdown-link-check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: gaurav-nelson/github-action-markdown-link-check@v1 with: use-quiet-mode: 'yes' diff --git a/.github/workflows/release-node.yml b/.github/workflows/release-node.yml index 4b0417a8d..b54444523 100644 --- a/.github/workflows/release-node.yml +++ b/.github/workflows/release-node.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Check out repository code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Get Node Version id: get-version diff --git a/.github/workflows/test-code.yml b/.github/workflows/test-code.yml index 11025f6e1..2aa24343e 100644 --- a/.github/workflows/test-code.yml +++ b/.github/workflows/test-code.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Free up Space and Installation uses: ./.github/actions/shared diff --git a/.github/workflows/version-up.yml b/.github/workflows/version-up.yml index 00a27aa97..c3e7770ad 100644 --- a/.github/workflows/version-up.yml +++ b/.github/workflows/version-up.yml @@ -29,7 +29,7 @@ jobs: name: bump version steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0