Skip to content

Commit edecb00

Browse files
build(deps): Bump actions/checkout from 3.5.3 to 4.1.1 (#54)
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 1b27915 commit edecb00

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/integrationtest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
python-version: [ '3.10' ]
1818

1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v4.1.1
2121

2222
- name: Set up Python
2323
uses: actions/setup-python@v4

.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Checkout the repository and the branch
17-
uses: actions/checkout@v3.5.3
17+
uses: actions/checkout@v4.1.1
1818

1919
- name: Set up Python
2020
uses: actions/setup-python@v4

.github/workflows/pull-request-checks.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
python-version: [ '3.10' ]
1414

1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v4.1.1
1717

1818
- name: Set up Python
1919
uses: actions/setup-python@v4
@@ -35,7 +35,7 @@ jobs:
3535
python-version: [ '3.10' ]
3636

3737
steps:
38-
- uses: actions/checkout@v4
38+
- uses: actions/checkout@v4.1.1
3939

4040
- name: Set up Python
4141
uses: actions/setup-python@v4
@@ -58,7 +58,7 @@ jobs:
5858
python-version: [ '3.10' ]
5959

6060
steps:
61-
- uses: actions/checkout@v4
61+
- uses: actions/checkout@v4.1.1
6262
with:
6363
persist-credentials: false
6464
fetch-depth: 0
@@ -118,7 +118,7 @@ jobs:
118118
python-version: [ '3.9' ]
119119

120120
steps:
121-
- uses: actions/checkout@v4
121+
- uses: actions/checkout@v4.1.1
122122
with:
123123
persist-credentials: false
124124
fetch-depth: 0

0 commit comments

Comments
 (0)