Skip to content

Commit 4f2b470

Browse files
Bump actions/checkout from 4.1.1 to 4.1.2 (#93)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.1...v4.1.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 71a28d9 commit 4f2b470

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/go-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
working-directory: ${{ matrix.dir }}
3939

4040
steps:
41-
- uses: actions/[email protected].1
41+
- uses: actions/[email protected].2
4242
- uses: actions/[email protected]
4343
with:
4444
go-version: '1.21'

.github/workflows/php-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
working-directory: ${{ matrix.dir }}
3232

3333
steps:
34-
- uses: actions/[email protected].1
34+
- uses: actions/[email protected].2
3535
- uses: shivammathur/[email protected]
3636
with:
3737
php-version: 8.1

.github/workflows/python-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
working-directory: ${{ matrix.dir }}
3333

3434
steps:
35-
- uses: actions/[email protected].1
35+
- uses: actions/[email protected].2
3636
- uses: actions/[email protected]
3737
with:
3838
python-version-file: "${{ matrix.dir }}/.python-version"

0 commit comments

Comments
 (0)