File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5555 steps :
5656 # https://github.com/actions/checkout
5757 - name : Checkout codebase
58- uses : actions/checkout@v6
58+ uses : actions/checkout@v7
5959
6060 # https://github.com/actions/setup-node
6161 - name : Install Node.js ${{ matrix.node-version }}
8484 id : npm-cache-dir
8585 run : echo "dir=$(npm config get cache)" >> $GITHUB_OUTPUT
8686 - name : Cache NPM dependencies
87- uses : actions/cache@v5
87+ uses : actions/cache@v6
8888 with :
8989 # Cache entire NPM cache directory (see previous step)
9090 path : ${{ steps.npm-cache-dir.outputs.dir }}
@@ -328,7 +328,7 @@ jobs:
328328 runs-on : ubuntu-latest
329329 steps :
330330 - name : Checkout
331- uses : actions/checkout@v6
331+ uses : actions/checkout@v7
332332
333333 # Download artifacts from previous 'tests' job
334334 - 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@v6
38+ uses : actions/checkout@v7
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 7979 steps :
8080 # Checkout our codebase (to get access to Docker Compose scripts)
8181 - name : Checkout codebase
82- uses : actions/checkout@v6
82+ uses : actions/checkout@v7
8383 # Download Docker image artifacts (which were just built by reusable-docker-build.yml)
8484 - name : Download Docker image artifacts
8585 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@v6
26+ - uses : actions/checkout@v7
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