From a0797a9a4228fe6385ee996cf253bf9d9d9fc862 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 23:56:00 +0000 Subject: [PATCH] github-actions(deps): bump actions/checkout from 2.3.4 to 4.2.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 4.2.1. - [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.1) --- 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..93e4d80 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.1 - name: Validate Composer configuration run: composer validate --strict diff --git a/.github/workflows/markdown-normalize.yml b/.github/workflows/markdown-normalize.yml index effabdb..8c0265a 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.1 - 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..c87152b 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.1 - name: Test run: go test src/go/t1 diff --git a/.github/workflows/tests_php.yml b/.github/workflows/tests_php.yml index 3073364..27027ae 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.1 - name: Setup PHP uses: shivammathur/setup-php@2.11.0