File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 - elixir : 1.20.x
2929 otp : 29.x
3030 steps :
31- - uses : actions/checkout@v6
31+ - uses : actions/checkout@v7
3232 - uses : erlef/setup-beam@v1
3333 with :
3434 otp-version : ${{matrix.otp}}
7272 - elixir : 1.20.x
7373 otp : 29.x
7474 steps :
75- - uses : actions/checkout@v6
75+ - uses : actions/checkout@v7
7676 - uses : erlef/setup-beam@v1
7777 with :
7878 otp-version : ${{matrix.otp}}
@@ -148,7 +148,7 @@ jobs:
148148 - name : Set git to use original line ending (Windows)
149149 if : runner.os == 'Windows'
150150 run : git config --global core.autocrlf false
151- - uses : actions/checkout@v6
151+ - uses : actions/checkout@v7
152152 - uses : erlef/setup-beam@v1
153153 with :
154154 otp-version : ${{matrix.otp}}
@@ -173,7 +173,7 @@ jobs:
173173 name : Static analysis
174174 runs-on : ubuntu-22.04
175175 steps :
176- - uses : actions/checkout@v6
176+ - uses : actions/checkout@v7
177177 - uses : erlef/setup-beam@v1
178178 with :
179179 otp-version : 29.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@v6
16+ uses : actions/checkout@v7
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@v6
31+ uses : actions/checkout@v7
3232 - name : Download artifact
3333 uses : actions/download-artifact@v8
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@v6
17+ - uses : actions/checkout@v7
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@v6
37+ - uses : actions/checkout@v7
3838
3939 - name : Extract version info
4040 id : version
8484 runs-on : ubuntu-22.04
8585 needs : build
8686 steps :
87- - uses : actions/checkout@v6
87+ - uses : actions/checkout@v7
8888 with :
8989 fetch-depth : 0 # Needed for changelog generation
9090
You can’t perform that action at this time.
0 commit comments