File tree Expand file tree Collapse file tree 6 files changed +12
-10
lines changed
Expand file tree Collapse file tree 6 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 2020 owner : ${{ github.repository_owner }}
2121 repositories : " cli"
2222 - name : Checkout code
23- uses : actions/checkout@v4
23+ uses : actions/checkout@v5
2424 with :
2525 token : ${{ steps.github-token.outputs.token }}
2626 repository : ${{ github.event.pull_request.head.repo.full_name }}
Original file line number Diff line number Diff line change 1414 runs-on : ${{ matrix.platform }}
1515 steps :
1616 - name : " Checkout code"
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
1818 - name : " Install Node"
1919 uses : actions/setup-node@v4
2020 with :
Original file line number Diff line number Diff line change 2323 runs-on : ubuntu-latest
2424 steps :
2525 - name : " Checkout code"
26- uses : actions/checkout@v4
26+ uses : actions/checkout@v5
2727 - name : " Install Rust"
2828 uses : dtolnay/rust-toolchain@stable
2929 - name : " Generate static app config"
3838 runs-on : ubuntu-latest
3939 steps :
4040 - name : " Checkout code"
41- uses : actions/checkout@v4
41+ uses : actions/checkout@v5
4242 - name : " Install Rust"
4343 uses : dtolnay/rust-toolchain@stable
4444 - name : Install Go
4949 run : make mod-download
5050 shell : bash
5151 - name : " Config Artifact"
52- uses : actions/download-artifact@v4
52+ uses : actions/download-artifact@v5
5353 with :
5454 name : config-artifact-${{ github.sha }}
5555 - name : " Move Config"
7070 runs-on : ${{ matrix.platform }}
7171 steps :
7272 - name : " Checkout code"
73- uses : actions/checkout@v4
73+ uses : actions/checkout@v5
7474 - name : " Install Go"
7575 uses : actions/setup-go@v5
7676 with :
9292 with :
9393 node-version : ${{ matrix.node-version }}
9494 - name : " Config Artifact"
95- uses : actions/download-artifact@v4
95+ uses : actions/download-artifact@v5
9696 with :
9797 name : config-artifact-${{ github.sha }}
9898 - name : " Move Config"
@@ -120,7 +120,7 @@ jobs:
120120 runs-on : ubuntu-latest
121121 steps :
122122 - name : " Checkout code"
123- uses : actions/checkout@v4
123+ uses : actions/checkout@v5
124124 - name : Build docker images
125125 run : |
126126 for dockerFile in Dockerfile*; do docker build -f $dockerFile . ; done
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : " Checkout code"
12- uses : actions/checkout@v4
12+ uses : actions/checkout@v5
1313 - name : " Fetch unshallow repo"
1414 run : git fetch --prune --unshallow
1515 - name : Set up Node.js
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : " Checkout code"
12- uses : actions/checkout@v4
12+ uses : actions/checkout@v5
1313 - name : " Fetch unshallow repo"
1414 run : git fetch --prune --unshallow
1515 - name : " Install Go"
Original file line number Diff line number Diff line change 2828- build(deps): ` golang.org/x/mod ` from 0.26.0 to 0.27.0 ([ #1516 ] ( https://github.com/fastly/cli/pull/1516 ) )
2929- build(deps): ` golang.org/x/net ` from 0.42.0 to 0.43.0 ([ #1516 ] ( https://github.com/fastly/cli/pull/1516 ) )
3030- build(deps): ` golang.org/x/text ` from 0.27.0 to 0.28.0 ([ #1516 ] ( https://github.com/fastly/cli/pull/1516 ) )
31+ - build(deps): ` actions/checkout ` from 4 to 5 ([ #1515 ] ( https://github.com/fastly/cli/pull/1515 ) )
32+ - build(deps): ` actions/download-artifact ` from 4 to 5 ([ #1515 ] ( https://github.com/fastly/cli/pull/1515 ) )
3133
3234## [ v11.4.0] ( https://github.com/fastly/cli/releases/tag/v11.4.0 ) (2025-07-09)
3335
You can’t perform that action at this time.
0 commit comments