File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v6
1616
1717 - name : Install dependencies
1818 run : sudo apt-get update && sudo apt-get install -y meson ninja-build
3535 runs-on : macos-latest
3636
3737 steps :
38- - uses : actions/checkout@v4
38+ - uses : actions/checkout@v6
3939
4040 - name : Install dependencies
4141 run : brew install meson ninja
5555 runs-on : windows-latest
5656
5757 steps :
58- - uses : actions/checkout@v4
58+ - uses : actions/checkout@v6
5959
6060 - name : Install dependencies
6161 run : |
8080 os : [ubuntu-latest, macos-latest, windows-latest]
8181
8282 steps :
83- - uses : actions/checkout@v3
83+ - uses : actions/checkout@v6
8484
8585 - name : Install dependencies (Linux)
8686 if : matrix.os == 'ubuntu-latest'
@@ -125,7 +125,7 @@ jobs:
125125 runs-on : ubuntu-latest
126126 steps :
127127 - name : Checkout code
128- uses : actions/checkout@v3
128+ uses : actions/checkout@v6
129129 with :
130130 fetch-depth : 0 # Download all git history and tags
131131
@@ -140,7 +140,7 @@ jobs:
140140 runs-on : ubuntu-latest
141141 steps :
142142 - name : Checkout code
143- uses : actions/checkout@v3
143+ uses : actions/checkout@v6
144144 with :
145145 fetch-depth : 0 # Download all git history and tags
146146
You can’t perform that action at this time.
0 commit comments