We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cebc8fe + 22f2548 commit f5f33ecCopy full SHA for f5f33ec
.github/workflows/ci.yml
@@ -622,7 +622,7 @@ jobs:
622
if: "github.event_name == 'push' && github.ref == 'refs/heads/master' && github.repository == 'rust-lang-ci/rust'"
623
steps:
624
- name: checkout the source code
625
- uses: actions/checkout@v1
+ uses: actions/checkout@v2
626
with:
627
fetch-depth: 2
628
- name: publish toolstate
src/ci/github-actions/ci.yml
@@ -655,7 +655,7 @@ jobs:
655
if: github.event_name == 'push' && github.ref == 'refs/heads/master' && github.repository == 'rust-lang-ci/rust'
656
657
658
659
660
661
0 commit comments