diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index 7308b15..093f3e2 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Checkout Source id: checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Node id: setup-node diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d74f121..c540e60 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: steps: - name: Checkout Source id: checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -79,7 +79,7 @@ jobs: steps: - name: Checkout Source id: checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Node id: setup-node @@ -106,7 +106,7 @@ jobs: steps: - name: Checkout Source id: checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Integration Test id: integration-test diff --git a/.github/workflows/create-sbom.yml b/.github/workflows/create-sbom.yml index ab806a6..e46e873 100644 --- a/.github/workflows/create-sbom.yml +++ b/.github/workflows/create-sbom.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout Source id: checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Generate SBOM id: generate-sbom diff --git a/.github/workflows/update-copyright.yml b/.github/workflows/update-copyright.yml index ccc2428..af6307c 100644 --- a/.github/workflows/update-copyright.yml +++ b/.github/workflows/update-copyright.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Checkout Source id: checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Update Copyright id: update-copyright diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index d65dad8..973466e 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -28,7 +28,7 @@ jobs: steps: - name: Checkout Source id: checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Update README id: update-readme