Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.1 to 4.1.2 (#93)
Browse files Browse the repository at this point in the history
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 14, 2024
1 parent 71a28d9 commit 4f2b470
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
working-directory: ${{ matrix.dir }}

steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.2
- uses: actions/setup-go@v5.0.0
with:
go-version: '1.21'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/php-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
working-directory: ${{ matrix.dir }}

steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.2
- uses: shivammathur/setup-php@2.30.0
with:
php-version: 8.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
working-directory: ${{ matrix.dir }}

steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.2
- uses: actions/setup-python@v5.0.0
with:
python-version-file: "${{ matrix.dir }}/.python-version"
Expand Down

0 comments on commit 4f2b470

Please sign in to comment.