diff --git a/.github/workflows/create-indexes.yml b/.github/workflows/create-indexes.yml index fc00016..5f88e29 100644 --- a/.github/workflows/create-indexes.yml +++ b/.github/workflows/create-indexes.yml @@ -23,7 +23,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - name: 📦 Checkout Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Runs a single command using the runners shell - uses: DaanV2/Typescript-Action-Create-Indexes@latest diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index c35d0bb..6bf01a1 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -21,10 +21,10 @@ jobs: steps: - name: 📦 Checkout Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: 🏗️ Setup Node.js Environment - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: cache: npm cache-dependency-path: package-lock.json @@ -42,10 +42,10 @@ jobs: name: 🚚 Npm Publish steps: - name: 📦 Checkout Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: 🏗️ Setup Node.js Environment - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: cache: npm cache-dependency-path: package-lock.json diff --git a/.github/workflows/npm-test.yml b/.github/workflows/npm-test.yml index 114a0a0..4847777 100644 --- a/.github/workflows/npm-test.yml +++ b/.github/workflows/npm-test.yml @@ -21,10 +21,10 @@ jobs: steps: - name: 📦 Checkout Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: 🏗️ Setup Node.js Environment - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: cache: npm cache-dependency-path: package-lock.json