File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 - elixir : 1.19.x
3232 otp : 28.x
3333 steps :
34- - uses : actions/checkout@v5
34+ - uses : actions/checkout@v6
3535 - uses : erlef/setup-beam@v1
3636 with :
3737 otp-version : ${{matrix.otp}}
7878 - elixir : 1.19.x
7979 otp : 28.x
8080 steps :
81- - uses : actions/checkout@v5
81+ - uses : actions/checkout@v6
8282 - uses : erlef/setup-beam@v1
8383 with :
8484 otp-version : ${{matrix.otp}}
@@ -158,7 +158,7 @@ jobs:
158158 - name : Set git to use original line ending (Windows)
159159 if : runner.os == 'Windows'
160160 run : git config --global core.autocrlf false
161- - uses : actions/checkout@v5
161+ - uses : actions/checkout@v6
162162 - uses : erlef/setup-beam@v1
163163 with :
164164 otp-version : ${{matrix.otp}}
@@ -183,7 +183,7 @@ jobs:
183183 name : Static analysis
184184 runs-on : ubuntu-22.04
185185 steps :
186- - uses : actions/checkout@v5
186+ - uses : actions/checkout@v6
187187 - uses : erlef/setup-beam@v1
188188 with :
189189 otp-version : 28.x
Original file line number Diff line number Diff line change 1313 image : squidfunk/mkdocs-material
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v5
16+ uses : actions/checkout@v6
1717 - name : Build
1818 run : mkdocs build -s
1919 - name : Upload artifact
2828 runs-on : ubuntu-22.04
2929 steps :
3030 - name : Checkout
31- uses : actions/checkout@v5
31+ uses : actions/checkout@v6
3232 - name : Download artifact
3333 uses : actions/download-artifact@v7
3434 with :
Original file line number Diff line number Diff line change 1414 name : Validate release
1515 runs-on : ubuntu-22.04
1616 steps :
17- - uses : actions/checkout@v5
17+ - uses : actions/checkout@v6
1818 - name : Validate version consistency
1919 run : |
2020 VERSION="$(cat ./VERSION | tr -d '[:space:]')"
3434 version : ${{ steps.version.outputs.version }}
3535 is_prerelease : ${{ steps.version.outputs.is_prerelease }}
3636 steps :
37- - uses : actions/checkout@v5
37+ - uses : actions/checkout@v6
3838
3939 - name : Extract version info
4040 id : version
8484 runs-on : ubuntu-22.04
8585 needs : build
8686 steps :
87- - uses : actions/checkout@v5
87+ - uses : actions/checkout@v6
8888 with :
8989 fetch-depth : 0 # Needed for changelog generation
9090
You can’t perform that action at this time.
0 commit comments