Skip to content

Commit 6390c53

Browse files
build(deps): bump actions/checkout from 3.1.0 to 3.2.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.1.0...v3.2.0) --- 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 2b96f32 commit 6390c53

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/dependabot-auto-merge.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
auto-merge:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v3.1.0
10+
- uses: actions/checkout@v3.2.0
1111
- uses: ahmadnassri/[email protected]
1212
with:
1313
target: minor

.github/workflows/labeler.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Check out the repository
13-
uses: actions/checkout@v3.1.0
13+
uses: actions/checkout@v3.2.0
1414

1515
- name: Run Labeler
1616
uses: crazy-max/[email protected]

.github/workflows/pre-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Check out the repository
13-
uses: actions/checkout@v3.1.0
13+
uses: actions/checkout@v3.2.0
1414
with:
1515
fetch-depth: 2
1616

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Check out the repository
13-
uses: actions/checkout@v3.1.0
13+
uses: actions/checkout@v3.2.0
1414
with:
1515
fetch-depth: 2
1616
- name: Set up Python

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
steps:
3737
- name: Check out the repository
38-
uses: actions/checkout@v3.1.0
38+
uses: actions/checkout@v3.2.0
3939

4040
- name: Set up Python ${{ matrix.python }}
4141
uses: actions/[email protected]
@@ -114,7 +114,7 @@ jobs:
114114
needs: tests
115115
steps:
116116
- name: Check out the repository
117-
uses: actions/checkout@v3.1.0
117+
uses: actions/checkout@v3.2.0
118118

119119
- name: Set up Python
120120
uses: actions/[email protected]

0 commit comments

Comments
 (0)