Skip to content

Commit 04f844d

Browse files
dependabot[bot]aiudirog
authored andcommitted
Bump actions/checkout from 2.4.0 to 3.0.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.4.0...v3.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 30ca2f9 commit 04f844d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.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@v2.4.0
17+
- uses: actions/checkout@v3.0.2
1818
- name: Set Up Python
1919
uses: actions/[email protected]
2020
with:
@@ -34,7 +34,7 @@ jobs:
3434
matrix:
3535
python: [ '3.6', '3.7', '3.8', '3.9', '3.10' ]
3636
steps:
37-
- uses: actions/checkout@v2.4.0
37+
- uses: actions/checkout@v3.0.2
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@v2.4.0
61+
uses: actions/checkout@v3.0.2
6262
with:
6363
fetch-depth: 0
6464
- name: Set Up Python

0 commit comments

Comments
 (0)