diff --git a/.github/composite-actions/setup/action.yml b/.github/composite-actions/setup/action.yml index a080f4495..5504f11f7 100644 --- a/.github/composite-actions/setup/action.yml +++ b/.github/composite-actions/setup/action.yml @@ -5,7 +5,7 @@ runs: using: composite steps: - name: Setup Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 18 registry-url: "https://registry.npmjs.org" diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9546895ab..e1fc264c8 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -25,7 +25,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 with: submodules: recursive fetch-depth: 25 diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index 6b45fffa2..d980343f7 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -24,7 +24,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 with: submodules: recursive fetch-depth: 25 diff --git a/.github/workflows/slither.yml b/.github/workflows/slither.yml index 139eef493..76ac144b0 100644 --- a/.github/workflows/slither.yml +++ b/.github/workflows/slither.yml @@ -19,7 +19,7 @@ jobs: security-events: write steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: recursive fetch-depth: 25