Skip to content

Commit de22b7e

Browse files
dependabot[bot]sergeyklay
authored andcommitted
Bump actions/checkout from 4.0.0 to 4.1.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 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@v4.0.0...v4.1.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b108444 commit de22b7e

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Checkout code
27-
uses: actions/checkout@v4.0.0
27+
uses: actions/checkout@v4.1.1
2828

2929
- name: Set up Python 3.10
3030
uses: actions/[email protected]
@@ -64,7 +64,7 @@ jobs:
6464

6565
steps:
6666
- name: Checkout code
67-
uses: actions/checkout@v4.0.0
67+
uses: actions/checkout@v4.1.1
6868

6969
- name: Set up Python 3.10
7070
uses: actions/[email protected]

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767

6868
steps:
6969
- name: Checkout code
70-
uses: actions/checkout@v4.0.0
70+
uses: actions/checkout@v4.1.1
7171
with:
7272
fetch-depth: 5
7373

.github/workflows/codeql.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
steps:
4747
- name: Checkout repository
48-
uses: actions/checkout@v4.0.0
48+
uses: actions/checkout@v4.1.1
4949

5050
# Initializes the CodeQL tools for scanning.
5151
- name: Initialize CodeQL

.github/workflows/cs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- name: Checkout code
28-
uses: actions/checkout@v4.0.0
28+
uses: actions/checkout@v4.1.1
2929

3030
- name: Set up Python 3.10
3131
uses: actions/[email protected]

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
steps:
2828
- name: Checkout code
29-
uses: actions/checkout@v4.0.0
29+
uses: actions/checkout@v4.1.1
3030

3131
- name: Set up Python 3.10
3232
uses: actions/[email protected]

0 commit comments

Comments
 (0)