From a59aed71e4a2a337dc6c333158c59e03b08bdeb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 23:41:31 +0000 Subject: [PATCH] github-actions(deps): bump actions/checkout from 2.3.4 to 4.2.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 4.2.2. - [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/v2.3.4...v4.2.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/composer-normalize.yml | 2 +- .github/workflows/markdown-normalize.yml | 2 +- .github/workflows/tests_go.yml | 2 +- .github/workflows/tests_php.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/composer-normalize.yml b/.github/workflows/composer-normalize.yml index 918a29b..ad20b6d 100644 --- a/.github/workflows/composer-normalize.yml +++ b/.github/workflows/composer-normalize.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Git checkout - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v4.2.2 - name: Validate Composer configuration run: composer validate --strict diff --git a/.github/workflows/markdown-normalize.yml b/.github/workflows/markdown-normalize.yml index effabdb..6c9ca1b 100644 --- a/.github/workflows/markdown-normalize.yml +++ b/.github/workflows/markdown-normalize.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Git checkout - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v4.2.2 - name: Prettify markdown uses: creyD/prettier_action@v4.0 diff --git a/.github/workflows/tests_go.yml b/.github/workflows/tests_go.yml index 45838a3..676ea0f 100644 --- a/.github/workflows/tests_go.yml +++ b/.github/workflows/tests_go.yml @@ -12,6 +12,6 @@ jobs: with: go-version: ${{ matrix.go-version }} - name: Checkout code - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v4.2.2 - name: Test run: go test src/go/t1 diff --git a/.github/workflows/tests_php.yml b/.github/workflows/tests_php.yml index 3073364..b8de62f 100644 --- a/.github/workflows/tests_php.yml +++ b/.github/workflows/tests_php.yml @@ -10,7 +10,7 @@ jobs: name: P${{ matrix.php }} - ${{ matrix.dependency-version }} steps: - name: Checkout code - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v4.2.2 - name: Setup PHP uses: shivammathur/setup-php@2.11.0