Skip to content

Commit 502c1f3

Browse files
dependabot[bot]Cube707
authored andcommitted
build(deps): bump actions/checkout from 3.0.2 to 3.1.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.2 to 3.1.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.0.2...v3.1.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 06b0630 commit 502c1f3

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: Build documentation & check links
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v3.0.2
21+
- uses: actions/checkout@v3.1.0
2222
- uses: actions/setup-python@v4.3.0
2323
with:
2424
python-version: "3.10"

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Check out the repository
15-
uses: actions/checkout@v3.0.2
15+
uses: actions/checkout@v3.1.0
1616

1717
- name: Run Labeler
1818
uses: crazy-max/ghaction-github-labeler@v4.1.0

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Check out the repository
16-
uses: actions/checkout@v3.0.2
16+
uses: actions/checkout@v3.1.0
1717
with:
1818
fetch-depth: 2
1919

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
steps:
3030
- name: Check out the repository
31-
uses: actions/checkout@v3.0.2
31+
uses: actions/checkout@v3.1.0
3232

3333
- name: Set up Python ${{ matrix.python }}
3434
uses: actions/setup-python@v4.3.0
@@ -97,7 +97,7 @@ jobs:
9797
needs: tests
9898
steps:
9999
- name: Check out the repository
100-
uses: actions/checkout@v3.0.2
100+
uses: actions/checkout@v3.1.0
101101

102102
- name: Set up Python
103103
uses: actions/setup-python@v4.3.0

0 commit comments

Comments
 (0)