Skip to content

Commit f6b693d

Browse files
Bump actions/checkout from 4.1.6 to 4.1.7
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 to 4.1.7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.6...v4.1.7) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 082134a commit f6b693d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/bc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Roave BC Check
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v4.1.6
14+
- uses: actions/checkout@v4.2.2
1515
- name: fetch tags
1616
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
1717
- name: Roave BC Check

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ${{ matrix.operating-system }}
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v4.1.6
21+
uses: actions/checkout@v4.2.2
2222
- name: Setup PHP
2323
uses: shivammathur/setup-php@v2
2424
with:

0 commit comments

Comments
 (0)