Skip to content

Commit 0507f5f

Browse files
Bump actions/checkout from 4.1.1 to 5.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 5.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.1...v5.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7cb6779 commit 0507f5f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
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@v4.1.1
17+
- uses: actions/checkout@v5.0.0
1818
- name: Set Up Python
1919
uses: actions/setup-python@v5.0.0
2020
with:
@@ -30,7 +30,7 @@ jobs:
3030
name: MyPy
3131
runs-on: ubuntu-latest
3232
steps:
33-
- uses: actions/checkout@v4.1.1
33+
- uses: actions/checkout@v5.0.0
3434
- name: Setup Build Tools
3535
run: sudo apt-get install -y libkrb5-dev krb5-user krb5-kdc krb5-admin-server krb5-multidev
3636
- name: Set Up Python
@@ -54,7 +54,7 @@ jobs:
5454
matrix:
5555
python: [ '3.9', '3.10', '3.11', '3.12', '3.13']
5656
steps:
57-
- uses: actions/checkout@v4.1.1
57+
- uses: actions/checkout@v5.0.0
5858
- name: Setup Build Tools
5959
run: sudo apt-get install -y libkrb5-dev krb5-user krb5-kdc krb5-admin-server krb5-multidev
6060
- name: Set Up Python
@@ -78,7 +78,7 @@ jobs:
7878
runs-on: ubuntu-latest
7979
steps:
8080
- name: Checkout Code
81-
uses: actions/checkout@v4.1.1
81+
uses: actions/checkout@v5.0.0
8282
with:
8383
fetch-depth: 0
8484
- name: Set Up Python

0 commit comments

Comments
 (0)