Skip to content

Commit 9f83de2

Browse files
authored
Merge pull request #194 from jadolg/dependabot/github_actions/actions/checkout-3.2.0
Bump actions/checkout from 3.1.0 to 3.2.0
2 parents ec25097 + 2756e70 commit 9f83de2

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)