File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5151 steps :
5252 # https://github.com/actions/checkout
5353 - name : Checkout codebase
54- uses : actions/checkout@v4
54+ uses : actions/checkout@v6
5555
5656 # https://github.com/actions/setup-node
5757 - name : Install Node.js ${{ matrix.node-version }}
@@ -316,7 +316,7 @@ jobs:
316316 runs-on : ubuntu-latest
317317 steps :
318318 - name : Checkout
319- uses : actions/checkout@v4
319+ uses : actions/checkout@v6
320320
321321 # Download artifacts from previous 'tests' job
322322 - name : Download coverage artifacts
Original file line number Diff line number Diff line change 3535 steps :
3636 # https://github.com/actions/checkout
3737 - name : Checkout repository
38- uses : actions/checkout@v4
38+ uses : actions/checkout@v6
3939
4040 # Initializes the CodeQL tools for scanning.
4141 # https://github.com/github/codeql-action
Original file line number Diff line number Diff line change 7777 steps :
7878 # Checkout our codebase (to get access to Docker Compose scripts)
7979 - name : Checkout codebase
80- uses : actions/checkout@v4
80+ uses : actions/checkout@v6
8181 # Download Docker image artifacts (which were just built by reusable-docker-build.yml)
8282 - name : Download Docker image artifacts
8383 uses : actions/download-artifact@v8
Original file line number Diff line number Diff line change 2323 if : github.event.pull_request.merged
2424 steps :
2525 # Checkout code
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v6
2727 # Port PR to other branch (ONLY if labeled with "port to")
2828 # See https://github.com/korthout/backport-action
2929 - name : Create backport pull requests
You can’t perform that action at this time.
0 commit comments