diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index 6a09b5a..f6510bc 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Checkout id: checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Node.js id: setup-node diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index ed75c0d..82d9a9a 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -31,7 +31,7 @@ jobs: steps: - name: Checkout id: checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Initialize CodeQL id: initialize diff --git a/.github/workflows/continuous-delivery.yml b/.github/workflows/continuous-delivery.yml index 1545a48..13fdb84 100644 --- a/.github/workflows/continuous-delivery.yml +++ b/.github/workflows/continuous-delivery.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout id: checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-tags: true diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index b68aea6..d0aec9f 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout id: checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Node.js id: setup-node diff --git a/.github/workflows/issue-created.yml b/.github/workflows/issue-created.yml index 3806dfa..d15b566 100644 --- a/.github/workflows/issue-created.yml +++ b/.github/workflows/issue-created.yml @@ -27,7 +27,7 @@ jobs: # issue forms template and the additional validation configuration. - name: Checkout Repository id: checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 # If your validation scripts include any third-party dependencies, you # will need to install them. First, setup Node.js on the runner. diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 1530dd6..03787fd 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Checkout id: checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0