Skip to content

Commit cbf14b6

Browse files
bors[bot]meili-botalallema
authored
Merge #567
567: Update to actions/checkout@v3 in the GitHub Actions workflows and dismiss warnings r=alallema a=meili-bot _This PR is auto-generated._ Look into GitHub workflow (test and pre-release-tests) and update the checkout action to v3. This will dismiss the warning and prevent future bugs when node.js 12 is entirely unsupported. Co-authored-by: meili-bot <[email protected]> Co-authored-by: Amélie <[email protected]>
2 parents 2995360 + a0b763a commit cbf14b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-release-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: integration-tests-against-rc
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v3
2121
- name: Set up Python ${{ matrix.python-version }}
2222
uses: actions/setup-python@v2
2323
with:

0 commit comments

Comments
 (0)