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 runs-on : ubuntu-latest
2929 steps :
3030 - name : Checkout
31- uses : actions/checkout@v4
31+ uses : actions/checkout@v5
3232 with :
3333 submodules : ${{ inputs.submodules }}
3434
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
1818
1919 - name : Install Nix
2020 uses : DeterminateSystems/nix-installer-action@v17
Original file line number Diff line number Diff line change 6666
6767 steps :
6868 - name : Checkout
69- uses : actions/checkout@v4
69+ uses : actions/checkout@v5
7070
7171 - id : sanitize-input-targets
7272 env :
@@ -249,7 +249,7 @@ jobs:
249249 # Phase 1: set up
250250
251251 - name : Checkout
252- uses : actions/checkout@v4
252+ uses : actions/checkout@v5
253253 with :
254254 submodules : ${{ inputs.submodules }}
255255
@@ -317,7 +317,7 @@ jobs:
317317 # Phase 1: set up
318318
319319 - name : Checkout
320- uses : actions/checkout@v4
320+ uses : actions/checkout@v5
321321 with :
322322 submodules : ${{ inputs.submodules }}
323323
Original file line number Diff line number Diff line change 4949 using : composite
5050 steps :
5151 - name : Checkout
52- uses : actions/checkout@v4
52+ uses : actions/checkout@v5
5353 with :
5454 # Fetch all history and tags so semantic-release can calculate the next release version.
5555 # (Even though _we_ have alerady calculated the next version, semantic-release will do it again.)
Original file line number Diff line number Diff line change 3333 using : composite
3434 steps :
3535 - name : Checkout
36- uses : actions/checkout@v4
36+ uses : actions/checkout@v5
3737 with :
3838 # Fetch all history and tags for calculating next semantic version
3939 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments