Skip to content

Commit c5cf224

Browse files
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 79653a8 commit c5cf224

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
apt-get clean
128128
129129
- name: Checkout PythonQt
130-
uses: actions/checkout@v3
130+
uses: actions/checkout@v4
131131

132132
- name: Build PythonQt
133133
run: |
@@ -182,7 +182,7 @@ jobs:
182182
qt5-*-devel
183183
184184
- name: Checkout PythonQt
185-
uses: actions/checkout@v3
185+
uses: actions/checkout@v4
186186

187187
- name: Build PythonQt
188188
run: |

0 commit comments

Comments
 (0)