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
2929 steps :
3030 - name : Checkout repository
31- uses : actions/checkout@v6
31+ uses : actions/checkout@v7
3232
3333 # Initializes the CodeQL tools for scanning.
3434 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1616 DOCKER_TAG : ghcr.io/macbre/phantomas:latest
1717
1818 steps :
19- - uses : actions/checkout@v6
19+ - uses : actions/checkout@v7
2020
2121 # https://github.com/marketplace/actions/build-and-push-docker-images
2222 - name : Build the Docker image with ${{ env.DOCKER_TAG }} tag
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111
1212 steps :
13- - uses : actions/checkout@v6
13+ - uses : actions/checkout@v7
1414 - uses : actions/setup-node@v6
1515 with :
1616 node-version : latest
Original file line number Diff line number Diff line change 1515 npm-publish :
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v6
18+ - uses : actions/checkout@v7
1919
2020 #
2121 # https://github.com/actions/setup-node/blob/main/docs/advanced-usage.md#publish-to-npmjs-and-gpr-with-npm
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717
1818 steps :
19- - uses : actions/checkout@v6
19+ - uses : actions/checkout@v7
2020
2121 - name : Build and publish a Docker image for ${{ github.repository }}
2222 uses : macbre/push-to-ghcr@master
Original file line number Diff line number Diff line change 3535 - " 5555:80"
3636
3737 steps :
38- - uses : actions/checkout@v6
38+ - uses : actions/checkout@v7
3939 - name : Use Node.js ${{ matrix.node-version }}
4040 uses : actions/setup-node@v6
4141 with :
You can’t perform that action at this time.
0 commit comments