Skip to content

Commit 2756e70

Browse files
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 ec25097 commit 2756e70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
python-version: [ '2.7', '3.8', '3.9', '3.10' ]
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v3.1.0
20+
uses: actions/checkout@v3.2.0
2121
- name: Start rocket.chat server
2222
uses: isbang/[email protected]
2323
with:
@@ -53,7 +53,7 @@ jobs:
5353
needs: test
5454
steps:
5555
- name: Checkout
56-
uses: actions/checkout@v3.1.0
56+
uses: actions/checkout@v3.2.0
5757
- name: Set up Python 3.10
5858
uses: actions/setup-python@v4
5959
with:

0 commit comments

Comments
 (0)