Skip to content

Commit a0797a9

Browse files
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](actions/checkout@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] <[email protected]>
1 parent f8ac8cb commit a0797a9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/composer-normalize.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Git checkout
14-
uses: actions/checkout@v2.3.4
14+
uses: actions/checkout@v4.2.1
1515

1616
- name: Validate Composer configuration
1717
run: composer validate --strict

.github/workflows/markdown-normalize.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Git checkout
14-
uses: actions/checkout@v2.3.4
14+
uses: actions/checkout@v4.2.1
1515

1616
- name: Prettify markdown
1717
uses: creyD/[email protected]

.github/workflows/tests_go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
with:
1313
go-version: ${{ matrix.go-version }}
1414
- name: Checkout code
15-
uses: actions/checkout@v2.3.4
15+
uses: actions/checkout@v4.2.1
1616
- name: Test
1717
run: go test src/go/t1

.github/workflows/tests_php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: P${{ matrix.php }} - ${{ matrix.dependency-version }}
1111
steps:
1212
- name: Checkout code
13-
uses: actions/checkout@v2.3.4
13+
uses: actions/checkout@v4.2.1
1414

1515
- name: Setup PHP
1616
uses: shivammathur/[email protected]

0 commit comments

Comments
 (0)