We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 954d979 + 44e9915 commit 5ee62d3Copy full SHA for 5ee62d3
.github/workflows/BuildPublishPipeline.yml
@@ -27,7 +27,7 @@ jobs:
27
28
# https://github.com/marketplace/actions/checkout
29
- name: Checkout code
30
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
31
with:
32
fetch-depth: 0
33
.github/workflows/CheckForNewLanguageData.yml
@@ -30,7 +30,7 @@ jobs:
34
35
- name: Download language data files
36
run: |
@@ -74,7 +74,7 @@ jobs:
74
75
76
- name: Checkout
77
78
79
# https://cli.github.com/manual/gh_workflow_run
80
- name: Trigger workflow
0 commit comments