diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 080e8c7..78091b3 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -28,7 +28,7 @@ jobs: steps: - name: '☁️ Checkout repository' - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ github.event.pull_request.head.sha }} diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index e911e5c..a8247fb 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -19,7 +19,7 @@ jobs: steps: - name: '☁️ Checkout repository' - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: '🛡️ Dependency Review' uses: actions/dependency-review-action@v3 diff --git a/.github/workflows/lint-code.yml b/.github/workflows/lint-code.yml index e5e1ed6..64fab0f 100644 --- a/.github/workflows/lint-code.yml +++ b/.github/workflows/lint-code.yml @@ -16,7 +16,7 @@ jobs: steps: - name: '☁️ Checkout repository' - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ github.event.pull_request.head.sha }} persist-credentials: false diff --git a/.github/workflows/lint-pr.yml b/.github/workflows/lint-pr.yml index dca1dcc..b842cba 100644 --- a/.github/workflows/lint-pr.yml +++ b/.github/workflows/lint-pr.yml @@ -19,7 +19,7 @@ jobs: steps: - name: '☁️ Checkout repository' - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ github.event.pull_request.head.sha }} persist-credentials: false diff --git a/.github/workflows/npm-build.yml b/.github/workflows/npm-build.yml index f58317e..510692f 100644 --- a/.github/workflows/npm-build.yml +++ b/.github/workflows/npm-build.yml @@ -16,7 +16,7 @@ jobs: steps: - name: '☁️ Checkout repository' - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ github.event.pull_request.head.sha }} persist-credentials: false diff --git a/.github/workflows/npm-test.yml b/.github/workflows/npm-test.yml index 5d8ff0f..754ad08 100644 --- a/.github/workflows/npm-test.yml +++ b/.github/workflows/npm-test.yml @@ -16,7 +16,7 @@ jobs: steps: - name: '☁️ Checkout repository' - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ github.event.pull_request.head.sha }} persist-credentials: false diff --git a/.github/workflows/on_dependabot.yml b/.github/workflows/on_dependabot.yml index 4217ebc..5323034 100644 --- a/.github/workflows/on_dependabot.yml +++ b/.github/workflows/on_dependabot.yml @@ -16,7 +16,7 @@ jobs: if: ${{ github.actor == 'dependabot[bot]' }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: ref: ${{ github.event.pull_request.head.sha }} diff --git a/.github/workflows/semantic-release.yml b/.github/workflows/semantic-release.yml index f139920..f304b3c 100644 --- a/.github/workflows/semantic-release.yml +++ b/.github/workflows/semantic-release.yml @@ -28,7 +28,7 @@ jobs: steps: - name: '☁️ Checkout repository' - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 persist-credentials: false