Skip to content

Commit

Permalink
github-actions(deps): bump actions/checkout from 2.3.4 to 3.5.1
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 3.5.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...v3.5.1)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 12, 2023
1 parent 3b334dc commit 230e66f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/composer-normalize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v2.3.4
uses: actions/checkout@v3.5.1

- name: Validate Composer configuration
run: composer validate --strict
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/markdown-normalize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v2.3.4
uses: actions/checkout@v3.5.1

- name: Prettify markdown
uses: creyD/prettier_action@v4.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests_go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2.3.4
uses: actions/checkout@v3.5.1
- name: Test
run: go test src/go/t1
2 changes: 1 addition & 1 deletion .github/workflows/tests_php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@v3.5.1

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit 230e66f

Please sign in to comment.