diff --git a/.github/workflows/approve-pr.yml b/.github/workflows/approve-pr.yml
index 2868e61..d498984 100644
--- a/.github/workflows/approve-pr.yml
+++ b/.github/workflows/approve-pr.yml
@@ -39,7 +39,7 @@ jobs:
skip-commit-verification: true
- id: checkout
name: Checkout ${{ github.head_ref }}
- uses: actions/checkout@v3.5.3
+ uses: actions/checkout@v4.1.4
with:
persist-credentials: false
ref: ${{ github.head_ref }}
diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml
index 404e9d2..b2ac78e 100644
--- a/.github/workflows/auto-merge.yml
+++ b/.github/workflows/auto-merge.yml
@@ -32,7 +32,7 @@ jobs:
uses: hmarr/debug-action@v2.1.0
- id: checkout
name: Checkout ${{ github.head_ref }}
- uses: actions/checkout@v3.5.3
+ uses: actions/checkout@v4.1.4
with:
persist-credentials: false
ref: ${{ github.head_ref }}
diff --git a/.github/workflows/cache-cleanup.yml b/.github/workflows/cache-cleanup.yml
index a8d9d1f..d0844de 100644
--- a/.github/workflows/cache-cleanup.yml
+++ b/.github/workflows/cache-cleanup.yml
@@ -46,7 +46,7 @@ jobs:
uses: hmarr/debug-action@v2.1.0
- id: checkout
name: Checkout main
- uses: actions/checkout@v3.5.3
+ uses: actions/checkout@v4.1.4
with:
persist-credentials: false
ref: main
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d206f88..58deb55 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -64,7 +64,7 @@ jobs:
uses: hmarr/debug-action@v2.1.0
- id: checkout
name: Checkout ${{ env.REF_NAME }}
- uses: actions/checkout@v3.5.3
+ uses: actions/checkout@v4.1.4
with:
persist-credentials: false
ref: ${{ env.REF }}
@@ -96,7 +96,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.REF_NAME }}
- uses: actions/checkout@v3.5.3
+ uses: actions/checkout@v4.1.4
with:
fetch-depth: 0
persist-credentials: false
@@ -127,7 +127,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.REF_NAME }}
- uses: actions/checkout@v3.5.3
+ uses: actions/checkout@v4.1.4
with:
fetch-depth: 0
persist-credentials: false
@@ -151,7 +151,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.REF_NAME }}
- uses: actions/checkout@v3.5.3
+ uses: actions/checkout@v4.1.4
with:
persist-credentials: false
ref: ${{ env.REF }}
@@ -179,7 +179,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.REF_NAME }}
- uses: actions/checkout@v3.5.3
+ uses: actions/checkout@v4.1.4
with:
persist-credentials: false
ref: ${{ env.REF }}
@@ -210,7 +210,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.REF_NAME }}
- uses: actions/checkout@v3.5.3
+ uses: actions/checkout@v4.1.4
with:
persist-credentials: false
ref: ${{ env.REF }}
@@ -246,7 +246,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.REF_NAME }}
- uses: actions/checkout@v3.5.3
+ uses: actions/checkout@v4.1.4
with:
persist-credentials: false
ref: ${{ env.REF }}
@@ -307,7 +307,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.REF_NAME }}
- uses: actions/checkout@v3.5.3
+ uses: actions/checkout@v4.1.4
with:
persist-credentials: false
ref: ${{ env.REF }}
@@ -365,7 +365,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.REF_NAME }}
- uses: actions/checkout@v3.5.3
+ uses: actions/checkout@v4.1.4
with:
persist-credentials: false
ref: ${{ env.REF }}
diff --git a/.github/workflows/dependabot-auto.yml b/.github/workflows/dependabot-auto.yml
index 1e19780..2ff8666 100644
--- a/.github/workflows/dependabot-auto.yml
+++ b/.github/workflows/dependabot-auto.yml
@@ -42,7 +42,7 @@ jobs:
skip-commit-verification: true
- id: checkout
name: Checkout ${{ github.head_ref }}
- uses: actions/checkout@v3.5.3
+ uses: actions/checkout@v4.1.4
with:
persist-credentials: ${{ steps.metadata.outputs.package-ecosystem == 'npm_and_yarn' }}
ref: ${{ github.head_ref }}
diff --git a/.github/workflows/infrastructure.yml b/.github/workflows/infrastructure.yml
index f830b91..ee6c6f5 100644
--- a/.github/workflows/infrastructure.yml
+++ b/.github/workflows/infrastructure.yml
@@ -49,7 +49,7 @@ jobs:
username: ${{ github.actor }}
- id: checkout
name: Checkout ${{ github.ref_name }}
- uses: actions/checkout@v3.5.3
+ uses: actions/checkout@v4.1.4
with:
persist-credentials: false
ref: ${{ github.ref }}
diff --git a/.github/workflows/integrity.yml b/.github/workflows/integrity.yml
index 16ea193..f1328e8 100644
--- a/.github/workflows/integrity.yml
+++ b/.github/workflows/integrity.yml
@@ -46,7 +46,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ github.head_ref || github.ref_name }}
- uses: actions/checkout@v3.5.3
+ uses: actions/checkout@v4.1.4
with:
persist-credentials: false
ref: ${{ github.head_ref || github.ref }}
diff --git a/.github/workflows/label-linked-issues.yml b/.github/workflows/label-linked-issues.yml
index 27424ff..b69c209 100644
--- a/.github/workflows/label-linked-issues.yml
+++ b/.github/workflows/label-linked-issues.yml
@@ -43,7 +43,7 @@ jobs:
uses: hmarr/debug-action@v2.1.0
- id: checkout
name: Checkout main
- uses: actions/checkout@v3.5.3
+ uses: actions/checkout@v4.1.4
with:
persist-credentials: false
ref: main
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index ec37ba7..ccc084d 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -49,7 +49,7 @@ jobs:
uses: hmarr/debug-action@v2.1.0
- id: checkout
name: Checkout ${{ env.TAG }}
- uses: actions/checkout@v3.5.3
+ uses: actions/checkout@v4.1.4
with:
persist-credentials: false
ref: ${{ env.REF }}
@@ -84,7 +84,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.TAG }}
- uses: actions/checkout@v3.5.3
+ uses: actions/checkout@v4.1.4
with:
persist-credentials: false
ref: ${{ env.REF }}
@@ -122,7 +122,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.TAG }}
- uses: actions/checkout@v3.5.3
+ uses: actions/checkout@v4.1.4
with:
persist-credentials: false
ref: ${{ env.REF }}
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index a6be6d0..6163211 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -56,7 +56,7 @@ jobs:
uses: hmarr/debug-action@v2.1.0
- id: checkout
name: Checkout ${{ env.REF_NAME }}
- uses: actions/checkout@v3.5.3
+ uses: actions/checkout@v4.1.4
with:
ref: ${{ env.REF }}
- id: version
@@ -96,7 +96,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.REF_NAME }}
- uses: actions/checkout@v3.5.3
+ uses: actions/checkout@v4.1.4
with:
fetch-depth: 0
persist-credentials: true
diff --git a/.github/workflows/typescript-canary.yml b/.github/workflows/typescript-canary.yml
index e956073..5e06986 100644
--- a/.github/workflows/typescript-canary.yml
+++ b/.github/workflows/typescript-canary.yml
@@ -48,7 +48,7 @@ jobs:
uses: hmarr/debug-action@v2.1.0
- id: checkout
name: Checkout ${{ github.ref_name }}
- uses: actions/checkout@v3.5.3
+ uses: actions/checkout@v4.1.4
with:
persist-credentials: false
ref: ${{ github.ref }}