We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 204f3b5 commit 5a8f8a0Copy full SHA for 5a8f8a0
.github/workflows/main.yml
@@ -23,7 +23,7 @@ jobs:
23
# Steps represent a sequence of tasks that will be executed as part of the job
24
steps:
25
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
26
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
27
28
# Runs a single command using the runners shell
29
- name: Run lit tests
0 commit comments