From 5245fe49da30b60b6868f624c1a19fbd9304103c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Aug 2025 22:07:57 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 5 in the github-actions group Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/chainlink-automation-config.yml | 2 +- .github/workflows/chains-metadata.yml | 2 +- .github/workflows/detect-new-data.yml | 4 ++-- .github/workflows/detect-new-tokens.yml | 4 ++-- .github/workflows/external-links.yml | 2 +- .github/workflows/test.yml | 12 ++++++------ .github/workflows/update-algolia-index.yml | 2 +- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/chainlink-automation-config.yml b/.github/workflows/chainlink-automation-config.yml index ff3d4b670e9..c6b794b6763 100644 --- a/.github/workflows/chainlink-automation-config.yml +++ b/.github/workflows/chainlink-automation-config.yml @@ -17,7 +17,7 @@ jobs: working-directory: ./ steps: - name: Checkout Repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Install Dependencies run: npm i - name: Compare current config with the deployed one diff --git a/.github/workflows/chains-metadata.yml b/.github/workflows/chains-metadata.yml index 4d47507de5e..4bd80299a60 100644 --- a/.github/workflows/chains-metadata.yml +++ b/.github/workflows/chains-metadata.yml @@ -17,7 +17,7 @@ jobs: working-directory: ./ steps: - name: Checkout Repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Install Dependencies run: npm i - name: Compare current chains metadata with the source diff --git a/.github/workflows/detect-new-data.yml b/.github/workflows/detect-new-data.yml index cb0c45b9302..b9991c8e66a 100644 --- a/.github/workflows/detect-new-data.yml +++ b/.github/workflows/detect-new-data.yml @@ -31,7 +31,7 @@ jobs: steps: # Step 1: Check out the repository code - name: Checkout Repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 # Fetch all history for git operations @@ -67,7 +67,7 @@ jobs: steps: # Step 1: Check out repository code - name: Checkout Repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 # Fetch all history for git operations diff --git a/.github/workflows/detect-new-tokens.yml b/.github/workflows/detect-new-tokens.yml index d45fc1b2f77..70a74932277 100644 --- a/.github/workflows/detect-new-tokens.yml +++ b/.github/workflows/detect-new-tokens.yml @@ -45,7 +45,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 # Fetch all history for git operations - name: Setup Node.js @@ -76,7 +76,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 # Fetch all history for git operations - name: Setup Node.js diff --git a/.github/workflows/external-links.yml b/.github/workflows/external-links.yml index 1f626ba2839..39c45ad69bf 100644 --- a/.github/workflows/external-links.yml +++ b/.github/workflows/external-links.yml @@ -14,7 +14,7 @@ jobs: working-directory: ./ steps: - name: Checkout Repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Install Dependencies run: npm i - name: Run external link checks diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 41e12fd819e..b62c6065e67 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Node.js uses: actions/setup-node@v4 @@ -49,7 +49,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Node.js uses: actions/setup-node@v4 @@ -107,7 +107,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Node.js uses: actions/setup-node@v4 @@ -150,7 +150,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Node.js uses: actions/setup-node@v4 @@ -186,7 +186,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Node.js uses: actions/setup-node@v4 @@ -234,7 +234,7 @@ jobs: steps: - name: Checkout Repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 diff --git a/.github/workflows/update-algolia-index.yml b/.github/workflows/update-algolia-index.yml index 61ffdfb43db..b565a12ede5 100644 --- a/.github/workflows/update-algolia-index.yml +++ b/.github/workflows/update-algolia-index.yml @@ -16,7 +16,7 @@ jobs: working-directory: ./ steps: - name: Checkout Repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Install Dependencies run: npm i - name: Build