diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index 5c4bd8b..6c954ea 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -28,7 +28,7 @@ jobs: steps: - name: Checkout id: checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup Node.js id: setup-node diff --git a/.github/workflows/ci-pr-test.yml b/.github/workflows/ci-pr-test.yml index aa419e7..c78bc35 100644 --- a/.github/workflows/ci-pr-test.yml +++ b/.github/workflows/ci-pr-test.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout id: checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Check UI5 Version id: test-action diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4fa7d46..3b32ac0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Checkout id: checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup Node.js id: setup-node @@ -53,7 +53,7 @@ jobs: steps: - name: Checkout id: checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Test Local Action id: test-action diff --git a/.github/workflows/licensed.yml b/.github/workflows/licensed.yml index 81012c5..68b5006 100644 --- a/.github/workflows/licensed.yml +++ b/.github/workflows/licensed.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Checkout id: checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup Node.js id: setup-node diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 8c0f6f0..e61da6b 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Checkout id: checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0