Skip to content

Commit 2077111

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Flake8
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v3.5.3
17+
- uses: actions/checkout@v4.1.1
1818
- name: Set Up Python
1919
uses: actions/[email protected]
2020
with:
@@ -34,7 +34,7 @@ jobs:
3434
matrix:
3535
python: [ '3.7', '3.8', '3.9', '3.10', '3.11' ]
3636
steps:
37-
- uses: actions/checkout@v3.5.3
37+
- uses: actions/checkout@v4.1.1
3838
- name: Setup Build Tools
3939
run: sudo apt-get install -y libkrb5-dev krb5-user krb5-kdc krb5-admin-server krb5-multidev
4040
- name: Set Up Python
@@ -58,7 +58,7 @@ jobs:
5858
runs-on: ubuntu-latest
5959
steps:
6060
- name: Checkout Code
61-
uses: actions/checkout@v3.5.3
61+
uses: actions/checkout@v4.1.1
6262
with:
6363
fetch-depth: 0
6464
- name: Set Up Python

0 commit comments

Comments
 (0)